Module Name:    src
Committed By:   rillig
Date:           Mon Aug 10 18:19:58 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: posix1.mk

Log Message:
make(1): clean up temporary files after posix1.mk test


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/posix1.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/posix1.mk
diff -u src/usr.bin/make/unit-tests/posix1.mk:1.3 src/usr.bin/make/unit-tests/posix1.mk:1.4
--- src/usr.bin/make/unit-tests/posix1.mk:1.3	Sat Aug 30 22:21:08 2014
+++ src/usr.bin/make/unit-tests/posix1.mk	Mon Aug 10 18:19:58 2020
@@ -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 @@ all:	line-continuations suffix-substitut
 .BEGIN: clean
 clean:
 	@rm -f lib.a dir/* dummy obj*
+.END:
+	@rm -f lib.a dir/* dummy obj*
 
 #
 # Line continuations

Reply via email to