FreeBSD Bugzilla – Attachment 10063 Details for
Bug 20325
[PATCH] allow KERNEL to be set in make.conf when using build/installkernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 954 bytes, created by
k
on 2000-07-31 21:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
k
Created:
2000-07-31 21:20:00 UTC
Size:
954 bytes
patch
obsolete
>Index: Makefile.inc1 >=================================================================== >RCS file: /host/queeg.ludd/FreeBSD-mirror/ncvs/src/Makefile.inc1,v >retrieving revision 1.163 >diff -u -r1.163 Makefile.inc1 >--- Makefile.inc1 2000/07/23 21:30:35 1.163 >+++ Makefile.inc1 2000/07/31 18:53:58 >@@ -403,10 +403,10 @@ > ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/Makefile > .if !defined(NO_KERNELDEPEND) > cd ${KRNLOBJDIR}/${_kernel}; \ >- ${WMAKEENV} MACHINE=${MACHINE} KERNEL=kernel ${MAKE} depend >+ ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} KERNEL=kernel depend > .endif > cd ${KRNLOBJDIR}/${_kernel}; \ >- ${WMAKEENV} MACHINE=${MACHINE} KERNEL=kernel ${MAKE} all >+ ${WMAKEENV} MACHINE=${MACHINE} ${MAKE} KERNEL=kernel all > .endfor > > # >@@ -416,7 +416,7 @@ > # > installkernel: > cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ >- ${CROSSENV} MACHINE=${MACHINE} KERNEL=kernel ${MAKE} install >+ ${CROSSENV} MACHINE=${MACHINE} ${MAKE} KERNEL=kernel 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 20325
: 10063