Module Name:    src
Committed By:   rillig
Date:           Sun Dec 17 10:48:10 UTC 2023

Modified Files:
        src/usr.bin/make: Makefile

Log Message:
make: on cleandir, clean the unit-tests as well


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/usr.bin/make/Makefile

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/Makefile
diff -u src/usr.bin/make/Makefile:1.125 src/usr.bin/make/Makefile:1.126
--- src/usr.bin/make/Makefile:1.125	Mon Jun 19 20:14:45 2023
+++ src/usr.bin/make/Makefile	Sun Dec 17 10:48:10 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.125 2023/06/19 20:14:45 rillig Exp $
+#	$NetBSD: Makefile,v 1.126 2023/12/17 10:48:10 rillig Exp $
 #	@(#)Makefile	5.2 (Berkeley) 12/28/90
 
 PROG=	make
@@ -80,7 +80,7 @@ COPTS.filemon_dev.c+= \
 .endif
 
 SUBDIR.roff+=	PSD.doc
-.if make(obj) || make(clean)
+.if make(obj) || make(clean) || make(cleandir)
 SUBDIR+=	unit-tests
 .endif
 

Reply via email to