FreeBSD Bugzilla – Attachment 8359 Details for
Bug 17536
KERNEL used both by Makefile.inc1 and Makefile.${MACHINE}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.59 KB, created by
k
on 2000-03-21 23:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
k
Created:
2000-03-21 23:00:01 UTC
Size:
1.59 KB
patch
obsolete
>--- Makefile.inc1.orig Thu Mar 9 07:28:19 2000 >+++ Makefile.inc1 Tue Mar 21 22:54:33 2000 >@@ -328,7 +328,7 @@ > # buildkernel and installkernel > # > # Which kernels to build and/or install is specified by setting >-# KERNEL. If not defined a GENERIC kernel is built/installed. >+# KERNELS. If not defined a GENERIC kernel is built/installed. > # Only the existing (depending MACHINE) config files are used > # for building kernels and only the first of these is designated > # as the one being installed. >@@ -338,7 +338,7 @@ > # be set to cross-build, we have to make sure MACHINE is set > # properly. > >-KERNEL?= GENERIC GENERIC98 >+KERNELS?= GENERIC GENERIC98 > > # The only exotic MACHINE_ARCH/MACHINE combination valid at this > # time is i386/pc98. In all other cases set MACHINE equal to >@@ -357,7 +357,7 @@ > > BUILDKERNELS= > INSTALLKERNEL= >-.for _kernel in ${KERNEL} >+.for _kernel in ${KERNELS} > .if exists(${KRNLCONFDIR}/${_kernel}) > BUILDKERNELS+= ${_kernel} > .if empty(INSTALLKERNEL) >@@ -384,8 +384,10 @@ > cd ${KRNLOBJDIR}/${_kernel}; \ > MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx \ > ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/Makefile; \ >- ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} depend; \ >- ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} all >+ ${WMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} \ >+ ${MAKE} depend; \ >+ ${WMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} \ >+ ${MAKE} all > .endfor > > # >@@ -395,7 +397,8 @@ > # > installkernel: > cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ >- ${IMAKEENV} MACHINE=${MACHINE} ${MAKE} install >+ ${IMAKEENV} MACHINE=${MACHINE} KERNEL=${INSTALLKERNEL} \ >+ ${MAKE} install > > # > # update
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17536
: 8359