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): document why the suffixes t...



details:   https://anonhg.NetBSD.org/src/rev/8e3ac17e4f8e
branches:  trunk
changeset: 937046:8e3ac17e4f8e
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Aug 07 14:40:59 2020 +0000

description:
make(1): document why the suffixes test must stay disabled

diffstat:

 usr.bin/make/unit-tests/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 0c249c2436ca -r 8e3ac17e4f8e usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Fri Aug 07 14:26:18 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Fri Aug 07 14:40:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2020/08/07 14:26:18 rillig Exp $
+# $NetBSD: Makefile,v 1.88 2020/08/07 14:40:59 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -66,12 +66,12 @@
 TESTS+=                modts
 TESTS+=                modword
 TESTS+=                order
-TESTS+=                phony-end       # broken by reverting POSIX changes
+TESTS+=                phony-end
 TESTS+=                posix
 TESTS+=                # posix1        # broken by reverting POSIX changes
 TESTS+=                qequals
 TESTS+=                recursive
-TESTS+=                # suffixes      # broken by reverting POSIX changes
+TESTS+=                # suffixes      # runs into an endless loop (try -dA)
 TESTS+=                sunshcmd
 TESTS+=                sysv
 TESTS+=                ternary



Home | Main Index | Thread Index | Old Index