On Tue, Jun 25, 2002 at 08:14:30PM +0200, Riccardo Torrini wrote:
> # diff -u2 /usr/src/Makefile.inc1.orig /usr/src/Makefile.inc1
> --- /usr/src/Makefile.inc1.orig        Mon Apr 29 20:42:50 2002
> +++ /usr/src/Makefile.inc1     Tue Jun 25 20:05:28 2002
> @@ -402,9 +402,10 @@
>  KRNLCONFDIR=   ${KRNLSRCDIR}/${TARGET}/conf
>  KRNLOBJDIR=    ${OBJTREE}${KRNLSRCDIR}
> +KERNCONFDIR?=  ${KRNLCONFDIR}

Why do we need yet another knob?  Why not just ?= KRNLCONFDIR, or default
KERNCONFDIR to ${KRNLSRCDIR}/${TARGET}/conf ?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to