Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/boot Make sure to cleanup the ${PROG}.out files
details: https://anonhg.NetBSD.org/src/rev/7d03a2c0b485
branches: trunk
changeset: 532823:7d03a2c0b485
user: matt <matt%NetBSD.org@localhost>
date: Sat Jun 15 19:26:49 2002 +0000
description:
Make sure to cleanup the ${PROG}.out files
diffstat:
sys/arch/vax/boot/xxboot/Makefile | 3 ++-
sys/arch/vax/boot/xxboot_ustarfs/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 956388700c9f -r 7d03a2c0b485 sys/arch/vax/boot/xxboot/Makefile
--- a/sys/arch/vax/boot/xxboot/Makefile Sat Jun 15 18:59:03 2002 +0000
+++ b/sys/arch/vax/boot/xxboot/Makefile Sat Jun 15 19:26:49 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/06/09 19:21:08 matt Exp $
+# $NetBSD: Makefile,v 1.15 2002/06/15 19:26:49 matt Exp $
S= ${.CURDIR}/../../../..
@@ -41,6 +41,7 @@
.NOPATH: machine ${MACHINE_ARCH}
CLEANFILES+= machine ${MACHINE_ARCH}
.endif
+CLEANFILES+= ${PROG}.out
${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${PROG}: ${OBJS} ${LIBSA} ${LIBKERN}
diff -r 956388700c9f -r 7d03a2c0b485 sys/arch/vax/boot/xxboot_ustarfs/Makefile
--- a/sys/arch/vax/boot/xxboot_ustarfs/Makefile Sat Jun 15 18:59:03 2002 +0000
+++ b/sys/arch/vax/boot/xxboot_ustarfs/Makefile Sat Jun 15 19:26:49 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/06/09 19:21:08 matt Exp $
+# $NetBSD: Makefile,v 1.3 2002/06/15 19:26:49 matt Exp $
S= ${.CURDIR}/../../../..
@@ -39,6 +39,7 @@
.NOPATH: machine ${MACHINE_ARCH}
CLEANFILES+= machine ${MACHINE_ARCH}
.endif
+CLEANFILES+= ${PROG}.out
${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${PROG}: ${OBJS} ${LIBSA} ${LIBKERN}
Home |
Main Index |
Thread Index |
Old Index