Module Name:    src
Committed By:   rillig
Date:           Mon Nov  2 20:40:10 UTC 2020

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

Log Message:
make(1): remove debugging code from sync-mi


To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 src/usr.bin/make/unit-tests/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/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.183 src/usr.bin/make/unit-tests/Makefile:1.184
--- src/usr.bin/make/unit-tests/Makefile:1.183	Mon Nov  2 20:20:42 2020
+++ src/usr.bin/make/unit-tests/Makefile	Mon Nov  2 20:40:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.183 2020/11/02 20:20:42 rillig Exp $
+# $NetBSD: Makefile,v 1.184 2020/11/02 20:40:10 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -548,7 +548,6 @@ sync-mi:
 	cat "$$mi" > "$$mi.tmp";					\
 	(cd "$$testsdir" && ls *.exp *.mk) | xargs printf "$$fmt" >> "$$mi.tmp"; \
 	distrib/sets/fmt-list "$$mi.tmp";				\
-	echo $$?; \
 	mv "$$mi.tmp" "$$mi";						\
 	cvs diff "$$mi" || true
 

Reply via email to