diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 21:17:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 21:17:02 +0000 |
commit | b2122dc141c0f564a99477ddb15cdd9e5e457814 (patch) | |
tree | 7c51fa583048b51c346dc4cd40d81b805be8c8ac /distrib/i386 | |
parent | 5f69d2e9677b2419ed7e9bbaf31a70ab46d11923 (diff) |
make depend (in this case) is a total waste of time
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/kc/Makefile | 4 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/i386/floppies/kc/Makefile b/distrib/i386/floppies/kc/Makefile index 84d52100c06..be360e4463e 100644 --- a/distrib/i386/floppies/kc/Makefile +++ b/distrib/i386/floppies/kc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1997/05/14 18:38:59 niklas Exp $ +# $OpenBSD: Makefile,v 1.16 1997/09/05 21:16:50 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -21,7 +21,7 @@ MTREE= ${.CURDIR}/mtree.conf bsd: cd ${.CURDIR}/../../../../sys/arch/i386/conf && config INST cd ${.CURDIR}/../../../../sys/arch/i386/compile/INST && \ - make clean && make depend && make + make clean && make cp ${.CURDIR}/../../../../sys/arch/i386/compile/INST/bsd bsd strip bsd diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index f1e9a2a2813..068c26dfad2 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 1997/09/05 09:05:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.25 1997/09/05 21:16:51 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -61,7 +61,7 @@ bsd.rd: ${IMAGE} bsd rdsetroot bsd: cd ${.CURDIR}/../../../../sys/arch/i386/conf && config RAMDISK cd ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK && \ - make clean && make depend && make + make clean && make cp ${.CURDIR}/../../../../sys/arch/i386/compile/RAMDISK/bsd bsd ${IMAGE}: ${CBIN} rd_setup do_files rd_teardown |