Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 08:16:03 +1100
From:      Peter Jeremy <peter.jeremy@alcatel.com.au>
To:        Peter Wemm <peter@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c
Message-ID:  <20010123081603.V9165@gsmx07.alcatel.com.au>
In-Reply-To: <200101220703.f0M736782277@freefall.freebsd.org>; from peter@FreeBSD.ORG on Sun, Jan 21, 2001 at 11:03:06PM -0800
References:  <200101220703.f0M736782277@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2001-Jan-21 23:03:06 -0800, Peter Wemm <peter@FreeBSD.ORG> wrote:
>peter       2001/01/21 23:03:06 PST
>
>  Modified files:
>    usr.sbin/config      config.8 config.y main.c mkheaders.c 
>                         mkmakefile.c 
>  Log:
>  Clean up some obsolete stuff.  config -r has not been needed since around
>  FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files.

This breaks "make buildkernel" since that uses "config -r" by default.
In /usr/src/Makefile.inc1:

.if !defined(NOCLEAN)
CONFIGARGS+=    -r
.endif

[deleted]

buildkernel:
[deleted]
.if !defined(NO_KERNELCONFIG)
        cd ${KRNLCONFDIR}; \
                PATH=${TMPPATH} \
                    config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} ${_kernel}
.endif

Peter


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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