From ed0808faf18a993db890fe16d54904d6e333ef42 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 10 Feb 1995 05:51:01 +0000 Subject: Merge in some cosmetic changes - clean the two kernel images we depend on when a `make clean' is done - prevents a Feb 2nd BOOTFLP kernel going onto a Feb 10th boot.flp, as now almost happened.. :-) --- release/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 483e546..408989e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.103 1995/02/09 08:36:23 jkh Exp $ +# $Id: Makefile,v 1.104 1995/02/10 05:41:10 phk Exp $ # FLOPPY= fd0 @@ -40,6 +40,8 @@ CPIO4B= tzsetup CLEANFILES+= *.o *.c *.cache *.mk *.lo ${CPIO1} ${CPIO2} ${CPIO4B} CLEANFILES+= *.flp *.gz CLEANFILES+= boot_flp cpio_flp_1 kernel.* kernel *.core +CLEANFILES+= ${.CURDIR}/../sys/compile/BOOTFLP/kernel \ + ${.CURDIR}/../sys/compile/GENERIC/kernel MTREE_DIR= ${.CURDIR}/../etc/mtree @@ -68,7 +70,7 @@ hierarchy: ln -s usr/src/sys ${DESTDIR}/sys kernel: ${.CURDIR}/../sys/i386/conf/GENERIC - if [ ! -f ${.CURDIR}/../sys/compile/GENERIC/kernel ]; then \ + @if [ ! -f ${.CURDIR}/../sys/compile/GENERIC/kernel ]; then \ (cd ${.CURDIR}/../sys/i386/conf; config GENERIC); \ (cd ${.CURDIR}/../sys/compile/GENERIC; \ ${MAKE} depend; ${MAKE} all; ) \ @@ -76,7 +78,7 @@ kernel: ${.CURDIR}/../sys/i386/conf/GENERIC cp ${.CURDIR}/../sys/compile/GENERIC/kernel kernel kernel.BOOTFLP: ${.CURDIR}/../sys/i386/conf/BOOTFLP - if [ ! -f ${.CURDIR}/../sys/compile/BOOTFLP/kernel ]; then \ + @if [ ! -f ${.CURDIR}/../sys/compile/BOOTFLP/kernel ]; then \ (cd ${.CURDIR}/../sys/i386/conf; config BOOTFLP); \ (cd ${.CURDIR}/../sys/compile/BOOTFLP; \ ${MAKE} depend; ${MAKE} all; ) \ -- cgit v1.1