Date: Sun, 18 Jun 2000 11:42:40 +0200 From: Johan Karlsson <k@numeri.campus.luth.se> To: brian@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <200006180942.LAA77690@numeri.campus.luth.se>
next in thread | raw e-mail | index | archive | help
> brian 2000/06/09 03:42:39 PDT
>
> Modified files:
> . Makefile.inc1
> Log:
> Set KERNEL=${INSTALLKERNEL} doing a make install in /sys/conf
>
> Revision Changes Path
> 1.150 +2 -2 src/Makefile.inc1
=== diff ===
@@ -398,7 +398,7 @@ buildkernel:
installkernel:
cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \
${IMAKEENV} MACHINE=${MACHINE} KERNEL=${INSTALLKERNEL} \
- ${MAKE} install
+ ${MAKE} KERNEL=${INSTALLKERNEL} install
============
Hi Brian,
I'm trying to figure out why this change was needed, but I just
do not understand.
KERNEL is set as part of the env in the line above and if that
is not enough I think it needs to changed in a lot of other places.
Can you please tell me in what context this change is needed.
The thing is that I'm working on a new versoin of the patch
is PR kern/17698 which also knows about /modules.
Thanks
Johan K
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?200006180942.LAA77690>
