Date: Sun, 15 Dec 2013 23:43:47 +0000 (UTC) From: "Thomas Mueller" <mueller6724@bellsouth.net> To: freebsd-stable@freebsd.org Cc: Glen Barber <gjb@FreeBSD.org> Subject: Re: Holdover error in /usr/src/Makefile.inc1 Message-ID: <172923.6929.bm@smtp119.sbc.mail.bf1.yahoo.com> References: <BD.8C.08130.AC05DA25@cdptpa-oedge02> <20131215065233.GR3794@glenbarber.us> <20131215160216.GU3794@glenbarber.us>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?172923.6929.bm>