Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/pmax/ramdisk Tidy up "make clean", remove compressed...
details: https://anonhg.NetBSD.org/src/rev/79fa6a188c48
branches: trunk
changeset: 472779:79fa6a188c48
user: simonb <simonb%NetBSD.org@localhost>
date: Thu May 06 20:51:22 1999 +0000
description:
Tidy up "make clean", remove compressed tar file of diskimage.
diffstat:
distrib/pmax/ramdisk/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r ace72e490ce8 -r 79fa6a188c48 distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile Thu May 06 20:50:13 1999 +0000
+++ b/distrib/pmax/ramdisk/Makefile Thu May 06 20:51:22 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/05/04 02:46:15 simonb Exp $
+# $NetBSD: Makefile,v 1.8 1999/05/06 20:51:22 simonb Exp $
BINDIR= /installation/netboot
@@ -19,9 +19,10 @@
VND_RDEV= /dev/r${VND}a
VND_CDEV= /dev/${VND}c
VND_CRDEV= /dev/r${VND}c
-IMAGE?= xxx.fs
MDEC= ${DESTDIR}/usr/mdec
+CLEANFILES= ${IMAGE} ${DISKIMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache
+
LISTS= list
CRUNCHCONF= ${CBIN}.conf
MTREE= mtree.conf
@@ -63,7 +64,7 @@
-m ${NONBINMODE} ${DISKIMAGE} ${RELEASEDIR}${BINDIR}
clean cleandir distclean:
- /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
+ /bin/rm -f *.core ${CLEANFILES} *.o *.lo *.c
# XXX!
depend:
Home |
Main Index |
Thread Index |
Old Index