Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2010 23:00:06 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        thompsa@FreeBSD.org
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r209510 - head
Message-ID:  <20100920.230006.634347869592887498.imp@bsdimp.com>
In-Reply-To: <AANLkTikBUHDM%2BcboWity4sbdwLxx74JYSxhWVgG%2BHb0C@mail.gmail.com>
References:  <201006241632.o5OGWKBb040575@svn.freebsd.org> <AANLkTikBUHDM%2BcboWity4sbdwLxx74JYSxhWVgG%2BHb0C@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <AANLkTikBUHDM+cboWity4sbdwLxx74JYSxhWVgG+Hb0C@mail.gmail.c=
om>
            Andrew Thompson <thompsa@FreeBSD.org> writes:
: On 25 June 2010 04:32, Warner Losh <imp@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:
: > =A0Merge from tbemd:
: >
: > =A0change the name of the object tree from ${TARGET} to
: > =A0${TARGET}.${TARGET_ARCH} so we can do both big and little endian=

: > =A0builds in the same tree.
: =

: This seems to have broken the VCS string in vers.c, does this look ok=
?
: =

: Index: sys/conf/newvers.sh
: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
: --- sys/conf/newvers.sh	(revision 212945)
: +++ sys/conf/newvers.sh	(working copy)
: @@ -91,7 +91,7 @@ case "$d" in
:  */sys/*)
:  	SRCDIR=3D${d##*obj}
:  	if [ -n "$MACHINE" ]; then
: -		SRCDIR=3D${SRCDIR##/$MACHINE}
: +		SRCDIR=3D${SRCDIR##/$MACHINE.$MACHINE_ARCH}
:  	fi
:  	SRCDIR=3D${SRCDIR%%/sys/*}

Sure.  3 months to notice...

I think this may be because I don't have these lines anymore in my
newvers.sh...

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100920.230006.634347869592887498.imp>