Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests make(1): clean up temporary files af...
details: https://anonhg.NetBSD.org/src/rev/0851f1004db3
branches: trunk
changeset: 937173:0851f1004db3
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Aug 10 18:19:58 2020 +0000
description:
make(1): clean up temporary files after posix1.mk test
diffstat:
usr.bin/make/unit-tests/posix1.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e922cb196266 -r 0851f1004db3 usr.bin/make/unit-tests/posix1.mk
--- a/usr.bin/make/unit-tests/posix1.mk Mon Aug 10 14:37:38 2020 +0000
+++ b/usr.bin/make/unit-tests/posix1.mk Mon Aug 10 18:19:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: posix1.mk,v 1.3 2014/08/30 22:21:08 sjg Exp $
+# $NetBSD: posix1.mk,v 1.4 2020/08/10 18:19:58 rillig Exp $
# Keep the default suffixes from interfering, just in case.
.SUFFIXES:
@@ -9,6 +9,8 @@
.BEGIN: clean
clean:
@rm -f lib.a dir/* dummy obj*
+.END:
+ @rm -f lib.a dir/* dummy obj*
#
# Line continuations
Home |
Main Index |
Thread Index |
Old Index