Holdover error in /usr/src/Makefile.inc1
Thomas Mueller
mueller6724 at bellsouth.net
Sun Dec 15 23:50:01 UTC 2013
> On Sun, Dec 15, 2013 at 06:48:42AM +0000, Thomas Mueller wrote:
> > In Makefile in the top directory of the source tree, there is a part that
> > appears to be in error, a holdover from before HEAD-10 branched into STABLE-10
> > and HEAD-11:
> > SVN?= /usr/local/bin/svn
> > SVNFLAGS?= -r HEAD
> > I guess they forgot to change that line?
> Which one?
> '-r HEAD' refers to 'HEAD' (or latest revision) of the top of the tree
> (in the case of stable/10, it would be stable/10 at rHEAD).
> Glen
Sorry, I forgot to be clearer.
SVN and SVNFLAGS lines are in $SRCDIR/Makefile.inc1 for both HEAD and stable/10.
Quite appropriate for HEAD, but not for stable/10.
It seems to me "SVNFLAGS?= -r HEAD" would switch stable/10 source tree to HEAD. Right or wrong?
I noticed an update to $SRCDIR/sys/dev/re/if_re.c in stable/10 branch and want to see if that works with MSI Z77 MPOWER motherboard Ethernet.
No good, same bug as before, and I get similar on OpenBSD 5.4 live USB (liveusb-openbsd.sourceforge.net), but good on NetBSD-current amd64 and a recent build of NetBSD 6.1-STABLE amd64.
Also, OpenBSD can't access my hard drive for lack of GPT support.
NetBSD is the only OS where I can checkout and update src, ports and doc trees onto an ffs/ufs file system using subversion, but now I may be able to build subversion for FreeBSD 10.0 prerelease as well using Hiro H50191 USB wireless adapter with device rsu.
Now I am tempted to look through the source trees, relevant parts, of FreeBSD and NetBSD to compare, also for wi-fi device athn.
Tom
More information about the freebsd-stable
mailing list