Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies/ramdisk-tiny Pull up revision 1.1...



details:   https://anonhg.NetBSD.org/src/rev/436efd22e657
branches:  netbsd-1-5
changeset: 492746:436efd22e657
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 09 20:33:58 2002 +0000

description:
Pull up revision 1.10 (requested by windsor):
  Remove ``tmplabel'' files otherwise left behind by ``make clean''.

diffstat:

 distrib/i386/floppies/ramdisk-tiny/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 81d79e08c981 -r 436efd22e657 distrib/i386/floppies/ramdisk-tiny/Makefile
--- a/distrib/i386/floppies/ramdisk-tiny/Makefile       Sat Feb 09 20:26:48 2002 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/Makefile       Sat Feb 09 20:33:58 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.1 2000/10/09 13:43:33 fvdl Exp $
+#      $NetBSD: Makefile,v 1.1.2.2 2002/02/09 20:33:58 he Exp $
 
 TOP=           ${.CURDIR}/..
 WARNS=1
@@ -73,7 +73,8 @@
 release:
 
 clean cleandir distclean:
-       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
+       /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
+           *.o *.cro *.c tmplabel
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index