diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 17:38:32 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-07-23 17:38:32 +0000 |
| commit | dce97721eafc9b844b554c93144903009236e81a (patch) | |
| tree | e1cd0908bbda7836752bb09b8606e54a6ec19c72 /Makefile.inc1 | |
| parent | 03567510a805f30de80fff8244292ad0ffa923e0 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index bfadc55a3486..4a0b957b9fa9 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -403,11 +403,10 @@ buildkernel: ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/Makefile .if !defined(NO_KERNELDEPEND) cd ${KRNLOBJDIR}/${_kernel}; \ - ${WMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} \ - ${MAKE} depend + ${WMAKEENV} MACHINE=${MACHINE} KERNEL=kernel ${MAKE} depend .endif cd ${KRNLOBJDIR}/${_kernel}; \ - ${WMAKEENV} MACHINE=${MACHINE} KERNEL=${_kernel} ${MAKE} all + ${WMAKEENV} MACHINE=${MACHINE} KERNEL=kernel ${MAKE} all .endfor # @@ -417,8 +416,7 @@ buildkernel: # installkernel: cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \ - ${IMAKEENV} MACHINE=${MACHINE} KERNEL=${INSTALLKERNEL} \ - ${MAKE} KERNEL=${INSTALLKERNEL} install + ${CROSSENV} MACHINE=${MACHINE} KERNEL=kernel ${MAKE} install # # update |
