Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Jan 2010 10:05:12 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        nyan@freebsd.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, bz@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r201815 - head
Message-ID:  <20100109.100512.623571555980925615.imp@bsdimp.com>
In-Reply-To: <20100110.001429.173527971.nyan@FreeBSD.org>
References:  <201001081901.o08J1pjc062909@svn.freebsd.org> <20100110.001429.173527971.nyan@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20100110.001429.173527971.nyan@FreeBSD.org>
            TAKAHASHI Yoshihiro <nyan@freebsd.org> writes:
: In article <201001081901.o08J1pjc062909@svn.freebsd.org>
: "Bjoern A. Zeeb" <bz@FreeBSD.org> writes:
: 
: >   To avoid hardcoding further kernel configuration names for
: >   make universe, split the logic into two parts:
: >   - 1st to build worlds and generate kernel configs like LINT.
: >   - 2nd to build kernels for a given TARGET architecture correctly
: >     finding all newly generated configs, not knowing anything about
: >     LINT anymore. (*)
: 
: > +universe_kernels: universe_kernconfs
: > +BUILD_ARCH!=	uname -p
: 
: Should this be "uname -m"?
: 
: 
: > +TARGET?=	${BUILD_ARCH}
: > +KERNCONFS!=	cd ${.CURDIR}/sys/${TARGET}/conf && \
: > +		find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
: > +		! -name DEFAULTS ! -name NOTES

Yes.  Also, the name BUILD_ARCH is misleading, since it corresponds to
MACHINE, not to MACHINE_ARCH.  it is clear that it is used in the
MACHINE context, not the MACHINE_ARCH context.

These two are often confused, but many of the embedded platforms have
added to the confusion and it is unclear where the sharp dividing line
should be here anymore.  It used to be separate boot environment, but
even that has gotten fuzzy for architectures like mips and arm that
boot with a huge variety of boot loaders...

Warner



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