Date: Mon, 22 Aug 2016 15:27:09 +0000 From: Glen Barber <gjb@FreeBSD.org> To: Eric van Gyzen <vangyzen@FreeBSD.org> Cc: current@FreeBSD.org, Bryan Drewery <bdrewery@FreeBSD.org> Subject: Re: make universe and /etc/src.conf Message-ID: <20160822152709.GY765@FreeBSD.org> In-Reply-To: <ad2f7a3b-21c5-2e2a-2f1b-0625a70e05f7@FreeBSD.org> References: <ad2f7a3b-21c5-2e2a-2f1b-0625a70e05f7@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--vAlDtAs5WEb1aNYe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 22, 2016 at 10:24:25AM -0500, Eric van Gyzen wrote: > I just tried a "make universe", and all the kernels failed because they c= ouldn't > find the config files. I had forgotten that I have this in /etc/src.conf: >=20 > KERNCONF=3DNUMA > KERNCONFDIR=3D/etc >=20 > Since "make universe" is primarily used for build-testing changes in src, > shouldn't it ignore /etc/src.conf (and possibly /etc/src-env.conf), like = the > following? Or is "make universe" used for other purposes for which it re= ally > should read /etc/src*.conf? >=20 > --- Makefile (revision 304226) > +++ Makefile (working copy) > @@ -479,6 +479,7 @@ > universe_${target}_${target_arch}: universe_${target}_prologue .MAKE .PH= ONY > @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_AL= L=3DC date`" > @(cd ${.CURDIR} && env __MAKE_CONF=3D/dev/null \ > + SRCCONF=3D/dev/null SRC_ENV_CONF=3D/dev/null \ > ${SUB_MAKE} ${JFLAG} ${UNIVERSE_TARGET} \ > TARGET=3D${target} \ > TARGET_ARCH=3D${target_arch} \ >=20 I'm CC-ing bdrewery@ who did a bunch of /etc/src-env.conf work. I don't *think* it was supposed to be required. I might be wrong, though. Glen --vAlDtAs5WEb1aNYe Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXuxnNAAoJEAMUWKVHj+KTFo4P/3NTqgKeqCA7XtNhbgMq1U7Y JxYFW8Z/ra9TCfJKFMsT1cc2+KLRAMYk4r0QSWB+UKSkw1bEXKlz6kQ6IgJGx7B2 oILrAMlEv9a8B3eqmNhuty94SyocvUwy7TQT0qVvF4GtRyLLWMr0SppiA+92lmwI IbBxKldubmuhgiSYezmHG0+c7UP7eZk8CA5iR/S4l3TyVkLJzhj5+I7yy19eejkf Q7wjDpxtUz8AyoN5LyuUfUCdsAhRDWV6slxT20BmbdlD6mhPtaMJuvv4wnXeJwYj jE8XnqIDRsMbmshdY0BQEi7VQmJQA3tD3fTu+tVtWGo5+vtAtmCJWbQJP8UEiA9T eDHOC52pVJHG/56ePd5sg4e4vLyKWm8YYyYXlNyYJuklSPKF0MRXCAgujumKDa2x Skj9OhwuM5C8kMFKcOUoWJGz0ucKEmk2pOhuFDE0wJLOY44ykSToGWRFXlh6xE1O sTDgS0k2WK/jXM+o+4V/4PfysjOm2lh8wwcfqvO2b27jlfWP7RPz/E44sBzhOeL6 hgzVsubdv7m5gMYplV4pVsN8+5dxezN1BGdeJNEdxLGfJKfGXL5OO7N7dJnQ0QGT Sot6yxmnT09JlvPyyG/x9WukKNnLgDQyevHBDfBllySi2/pfexSixIpQFII+NGjv eyBAR8kWpQyCoDS3PdmF =R7yi -----END PGP SIGNATURE----- --vAlDtAs5WEb1aNYe--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160822152709.GY765>