Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/alpha/instkernel/instkernel 'make clean' should also...
details: https://anonhg.NetBSD.org/src/rev/0696dd40c762
branches: trunk
changeset: 474009:0696dd40c762
user: nathanw <nathanw%NetBSD.org@localhost>
date: Fri Jun 25 22:32:40 1999 +0000
description:
'make clean' should also blow away netbsd.gz.
diffstat:
distrib/alpha/instkernel/instkernel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 997729953aa8 -r 0696dd40c762 distrib/alpha/instkernel/instkernel/Makefile
--- a/distrib/alpha/instkernel/instkernel/Makefile Fri Jun 25 19:28:35 1999 +0000
+++ b/distrib/alpha/instkernel/instkernel/Makefile Fri Jun 25 22:32:40 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/05/11 20:08:01 veego Exp $
+# $NetBSD: Makefile,v 1.6 1999/06/25 22:32:40 nathanw Exp $
RAMDISK!=cd ${.CURDIR}/../ramdisk; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
@@ -13,7 +13,7 @@
gzip -9f netbsd
clean cleandir distclean:
- rm -f netbsd
+ rm -f netbsd netbsd.gz
# nothing to do here
depend includes lint regress tags:
Home |
Main Index |
Thread Index |
Old Index