Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2010 16:47:36 +1200
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Warner Losh <imp@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:  <AANLkTikBUHDM%2BcboWity4sbdwLxx74JYSxhWVgG%2BHb0C@mail.gmail.com>
In-Reply-To: <201006241632.o5OGWKBb040575@svn.freebsd.org>
References:  <201006241632.o5OGWKBb040575@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/*}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikBUHDM%2BcboWity4sbdwLxx74JYSxhWVgG%2BHb0C>