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/arc | |
parent | 5f69d2e9677b2419ed7e9bbaf31a70ab46d11923 (diff) |
make depend (in this case) is a total waste of time
Diffstat (limited to 'distrib/arc')
-rw-r--r-- | distrib/arc/floppies/kernel/Makefile | 4 | ||||
-rw-r--r-- | distrib/arc/ramdisk/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/arc/floppies/kernel/Makefile b/distrib/arc/floppies/kernel/Makefile index 9f286de8235..e09ee270813 100644 --- a/distrib/arc/floppies/kernel/Makefile +++ b/distrib/arc/floppies/kernel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/05/14 18:38:53 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1997/09/05 21:16:44 deraadt Exp $ .include "../Makefile.inc" @@ -16,7 +16,7 @@ LISTS= ${.CURDIR}/list bsd: cd ${.CURDIR}/../../../../sys/arch/sparc/conf && config FLOPPY cd ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY && \ - make clean && make depend && make + make clean && make cp ${.CURDIR}/../../../../sys/arch/sparc/compile/FLOPPY/bsd bsd all: bsd diff --git a/distrib/arc/ramdisk/Makefile b/distrib/arc/ramdisk/Makefile index 0750c1178d3..c1c365f710b 100644 --- a/distrib/arc/ramdisk/Makefile +++ b/distrib/arc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/05/24 14:21:00 pefo Exp $ +# $OpenBSD: Makefile,v 1.7 1997/09/05 21:16:46 deraadt Exp $ # NOTE! We don't do crunched yet! @@ -48,7 +48,7 @@ ${IMAGE}: rd_setup do_files rd_teardown bsd: cd ${.TOP}/../../sys/arch/arc/conf && config RAMDISK cd ${.TOP}/../../sys/arch/arc/compile/RAMDISK && \ - make clean && make depend && make + make clean && make cp ${.TOP}/../../sys/arch/arc/compile/RAMDISK/bsd bsd rd_setup: |