diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-30 13:08:32 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-30 13:08:32 +0000 |
| commit | 8e78e91f6c5bc83409c0ce8621c84da5b67efe19 (patch) | |
| tree | 01ee84c2b230fef221048a6fd407af48c6c43328 /Makefile.inc1 | |
| parent | ce54545818ad5a78042bb22eaefdb6cd1c0fc96b (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 95bac4e39ae4..32427fd9b2d3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -384,8 +384,9 @@ buildkernel: 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 +396,8 @@ buildkernel: # installkernel: cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ - ${IMAKEENV} MACHINE=${MACHINE} ${MAKE} install + ${IMAKEENV} MACHINE=${MACHINE} KERNEL=${INSTALLKERNEL} \ + ${MAKE} install # # update |
