Re: make universe and /etc/src.conf

From: Ngie Cooper <yaneurabeya_at_gmail.com>
Date: Mon, 22 Aug 2016 09:00:52 -0700
> On Aug 22, 2016, at 08:24, Eric van Gyzen <vangyzen_at_FreeBSD.org> 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

Alternatively, use KERNCONF?= and KERNCONFDIR?=..

A conditional will be needed to deal with MODULES_OVERRIDE, but it's trivial.. I'll dig up my old src.conf a bit later on today if needed. It's how I dealt with that caveat before I switched to GENERIC*.

> 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?
> 
> --- Makefile    (revision 304226)
> +++ Makefile    (working copy)
> _at__at_ -479,6 +479,7 _at__at_
> universe_${target}_${target_arch}: universe_${target}_prologue .MAKE .PHONY
>    _at_echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
>    _at_(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} \
> 
> Thanks,
> 
> Eric
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
Received on Mon Aug 22 2016 - 14:00:57 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:07 UTC