summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-10 05:51:01 +0000
committerjkh <jkh@FreeBSD.org>1995-02-10 05:51:01 +0000
commited0808faf18a993db890fe16d54904d6e333ef42 (patch)
treee46bfdc8e632f99a570fecf326cd843cbc965c63 /release
parent9e6775914944479ed8f3efa9e9451832fde69456 (diff)
downloadFreeBSD-src-ed0808faf18a993db890fe16d54904d6e333ef42.zip
FreeBSD-src-ed0808faf18a993db890fe16d54904d6e333ef42.tar.gz
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.. :-)
Diffstat (limited to 'release')
-rw-r--r--release/Makefile8
1 files changed, 5 insertions, 3 deletions
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; ) \
OpenPOWER on IntegriCloud