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): sort flags for test cases a...



details:   https://anonhg.NetBSD.org/src/rev/1f69c1768b82
branches:  trunk
changeset: 936469:1f69c1768b82
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Jul 27 19:23:12 2020 +0000

description:
make(1): sort flags for test cases alphabetically

diffstat:

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

diffs (19 lines):

diff -r 0e003f12ff46 -r 1f69c1768b82 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Mon Jul 27 19:06:45 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Mon Jul 27 19:23:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2020/07/27 18:51:56 rillig Exp $
+# $NetBSD: Makefile,v 1.68 2020/07/27 19:23:12 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -85,8 +85,8 @@
 
 # Override make flags for some of the tests; default is -k.
 FLAGS.doterror=                # none
+FLAGS.envfirst=                -e
 FLAGS.order=           -j1
-FLAGS.envfirst=                -e
 FLAGS.vardebug=                -k -dv FROM_CMDLINE=
 
 # Some tests need extra post-processing.



Home | Main Index | Thread Index | Old Index