Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies Remove tmplabel during a make clean.
details: https://anonhg.NetBSD.org/src/rev/122f6f0429e5
branches: trunk
changeset: 511679:122f6f0429e5
user: veego <veego%NetBSD.org@localhost>
date: Sun Jun 24 12:15:58 2001 +0000
description:
Remove tmplabel during a make clean.
diffstat:
distrib/i386/floppies/ramdisk-rescuesmall/Makefile | 5 +++--
distrib/i386/floppies/ramdisk-rescuetiny/Makefile | 5 +++--
distrib/i386/floppies/ramdisk-tiny/Makefile | 5 +++--
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (57 lines):
diff -r fbee506dd836 -r 122f6f0429e5 distrib/i386/floppies/ramdisk-rescuesmall/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Sun Jun 24 12:09:04 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuesmall/Makefile Sun Jun 24 12:15:58 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/05/26 00:10:06 christos Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/24 12:15:58 veego Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -74,7 +74,8 @@
release:
clean cleandir distclean:
- /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
+ /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
+ *.o *.cro *.c tmplabel
.include <bsd.own.mk>
.include <bsd.obj.mk>
diff -r fbee506dd836 -r 122f6f0429e5 distrib/i386/floppies/ramdisk-rescuetiny/Makefile
--- a/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Sun Jun 24 12:09:04 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-rescuetiny/Makefile Sun Jun 24 12:15:58 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/05/26 00:10:06 christos Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/24 12:15:58 veego Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -74,7 +74,8 @@
release:
clean cleandir distclean:
- /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c ${IMAGE}.tmp
+ /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
+ *.o *.cro *.c ${IMAGE}.tmp tmplabel
.include <bsd.own.mk>
.include <bsd.obj.mk>
diff -r fbee506dd836 -r 122f6f0429e5 distrib/i386/floppies/ramdisk-tiny/Makefile
--- a/distrib/i386/floppies/ramdisk-tiny/Makefile Sun Jun 24 12:09:04 2001 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/Makefile Sun Jun 24 12:15:58 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/05/26 00:10:07 christos Exp $
+# $NetBSD: Makefile,v 1.10 2001/06/24 12:15:59 veego Exp $
TOP= ${.CURDIR}/..
WARNS=1
@@ -75,7 +75,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