diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:23 +0000 |
commit | 9ce1a5035488e02b56b2fe256a43739114b252da (patch) | |
tree | 8b13ff0ad8c473503c510910adc2aba746c65145 /distrib/hppa/ramdisk | |
parent | 13e36bf9aef50555077184e99bb6df65224d86f6 (diff) |
No need to make depend kernels; ok guenther
Diffstat (limited to 'distrib/hppa/ramdisk')
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile index 90c7febc126..5c5d5208058 100644 --- a/distrib/hppa/ramdisk/Makefile +++ b/distrib/hppa/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2011/03/14 19:07:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 2011/04/15 03:11:22 deraadt Exp $ CBIN= instbin ARCHDIR= ${.CURDIR}/.. @@ -62,7 +62,7 @@ ${CDROM}: bsd ${CDBOOT} obsd: cd ${SRCDIR}/sys/arch/${MACHINE}/conf && config ${KERNEL} cd ${SRCDIR}/sys/arch/${MACHINE}/compile/${KERNEL} && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && exec ${MAKE} cp ${SRCDIR}/sys/arch/${MACHINE}/compile/${KERNEL}/bsd obsd bsd.rd: obsd ${IMAGE} ${RDSETROOT} |