diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:39 +0000 |
commit | 847e8a9bf0e99af86e8791ea570d84b9d3bc54f9 (patch) | |
tree | 36ed3e19ecb38ce2546cecb4216e864e9c5a9706 /etc/etc.hppa/Makefile.inc | |
parent | 9ce1a5035488e02b56b2fe256a43739114b252da (diff) |
No need to make depend kernels
Diffstat (limited to 'etc/etc.hppa/Makefile.inc')
-rw-r--r-- | etc/etc.hppa/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.hppa/Makefile.inc b/etc/etc.hppa/Makefile.inc index 53973dc5ada..49330f90e32 100644 --- a/etc/etc.hppa/Makefile.inc +++ b/etc/etc.hppa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2011/04/15 03:11:38 deraadt Exp $ kernels: bootblocks bsd bsd.mp cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bootblocks bsd bsd.mp bsd: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} |