Module Name:    src
Committed By:   rillig
Date:           Tue Jul 28 16:11:55 UTC 2020

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

Log Message:
make(1): disable archive test

On FreeBSD, running the archive.mk test results in "create-archive is up
to date" and similar messages.  The situation is unclear, and the
archive code seems to be practically unused.  Furthermore the archive
test doesn't ensure that it is run in ${.PARSEDIR}, so it needs a bit
more work.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/usr.bin/make/unit-tests/Makefile:1.72
--- src/usr.bin/make/unit-tests/Makefile:1.71	Tue Jul 28 00:48:00 2020
+++ src/usr.bin/make/unit-tests/Makefile	Tue Jul 28 16:11:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/07/28 00:48:00 sjg Exp $
+# $NetBSD: Makefile,v 1.72 2020/07/28 16:11:55 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -30,7 +30,7 @@
 
 # Each test is in a sub-makefile.
 # Keep the list sorted.
-TESTS+=		archive
+TESTS+=		# archive	# broken on FreeBSD
 TESTS+=		comment
 TESTS+=		cond-late
 TESTS+=		cond-short

Reply via email to