In message: <20100920.230006.634347869592887498....@bsdimp.com>
            "M. Warner Losh" <i...@bsdimp.com> writes:
: In message: <aanlktikbuhdm+cbowity4sbdwlxx74jysxhwvgg+h...@mail.gmail.com>
:             Andrew Thompson <thom...@freebsd.org> writes:
: : On 25 June 2010 04:32, Warner Losh <i...@freebsd.org> wrote:
: : > Author: imp
: : > Date: Thu Jun 24 16:32:20 2010
: : > New Revision: 209510
: : > URL: http://svn.freebsd.org/changeset/base/209510
: : >
: : > Log:
: : >  Merge from tbemd:
: : >
: : >  change the name of the object tree from ${TARGET} to
: : >  ${TARGET}.${TARGET_ARCH} so we can do both big and little endian
: : >  builds in the same tree.
: : 
: : This seems to have broken the VCS string in vers.c, does this look ok?
: : 
: : Index: sys/conf/newvers.sh
: : ===================================================================
: : --- sys/conf/newvers.sh     (revision 212945)
: : +++ sys/conf/newvers.sh     (working copy)
: : @@ -91,7 +91,7 @@ case "$d" in
: :  */sys/*)
: :     SRCDIR=${d##*obj}
: :     if [ -n "$MACHINE" ]; then
: : -           SRCDIR=${SRCDIR##/$MACHINE}
: : +           SRCDIR=${SRCDIR##/$MACHINE.$MACHINE_ARCH}
: :     fi
: :     SRCDIR=${SRCDIR%%/sys/*}
: 
: Sure.  3 months to notice...
: 
: I think this may be because I don't have these lines anymore in my
: newvers.sh...

I guess what I was trying to say was that this change shouldn't be a
problem.

However, I've completely gutted that section of newvers.sh, since it
isn't necessary, and have been running with it since before BSDcan.
Maybe I'll just commit it...

Warner
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to