Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/pmax/instkernel Add compressed image to CLEANFILES



details:   https://anonhg.NetBSD.org/src/rev/ace72e490ce8
branches:  trunk
changeset: 472778:ace72e490ce8
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu May 06 20:50:13 1999 +0000

description:
Add compressed image to CLEANFILES

diffstat:

 distrib/pmax/instkernel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36d716fa169a -r ace72e490ce8 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Thu May 06 20:27:57 1999 +0000
+++ b/distrib/pmax/instkernel/Makefile  Thu May 06 20:50:13 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 1999/05/04 02:44:22 simonb Exp $
+#      $NetBSD: Makefile,v 1.10 1999/05/06 20:50:13 simonb Exp $
 
 DISKBINDIR=    /installation/diskimage
 KERNBINDIR=    /binary/kernel
@@ -15,7 +15,7 @@
 RAMDISK!=      cd ${.CURDIR}/../ramdisk; \
                printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
                ${MAKE} -s -f-
-CLEANFILES=    netbsd netbsd.gz netbsd.ecoff netbsd.ecoff.gz ${IMAGE}
+CLEANFILES=    netbsd netbsd.gz netbsd.ecoff netbsd.ecoff.gz ${IMAGE}.gz
 
 VND_DEV=       /dev/${VND}
 VND_RDEV=      /dev/r${VND}



Home | Main Index | Thread Index | Old Index