make universe and /etc/src.conf
Bryan Drewery
bdrewery at FreeBSD.org
Mon Aug 22 15:47:10 UTC 2016
On 8/22/2016 8:27 AM, Glen Barber wrote:
> 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 couldn't
>> find the config files. I had forgotten that I have this in /etc/src.conf:
>>
>> KERNCONF=NUMA
>> KERNCONFDIR=/etc
>>
>> 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 really
>> should read /etc/src*.conf?
I disagree. Universe has read src.conf for a long time, and not
make.conf which is more system-specific. Perhaps you should move your
KERNCONF* to make.conf.
>>
>> --- Makefile (revision 304226)
>> +++ Makefile (working copy)
>> @@ -479,6 +479,7 @@
>> universe_${target}_${target_arch}: universe_${target}_prologue .MAKE .PHONY
>> @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
>> @(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \
>> + SRCCONF=/dev/null SRC_ENV_CONF=/dev/null \
>> ${SUB_MAKE} ${JFLAG} ${UNIVERSE_TARGET} \
>> TARGET=${target} \
>> TARGET_ARCH=${target_arch} \
>>
>
> 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.
>
This isn't src-env-specific though.
> Glen
>
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20160822/315aeb0e/attachment.sig>
More information about the freebsd-current
mailing list