Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets Force make -B to avoid parsing problems if -j w...



details:   https://anonhg.NetBSD.org/src/rev/79d844f40ef7
branches:  trunk
changeset: 556012:79d844f40ef7
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Dec 05 23:32:42 2003 +0000

description:
Force make -B to avoid parsing problems if -j was in MAKEFLAGS. Otherwise the
eval loses on the ---<target>--- lines

diffstat:

 distrib/sets/sets.defaults |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5a792611cbd6 -r 79d844f40ef7 distrib/sets/sets.defaults
--- a/distrib/sets/sets.defaults        Fri Dec 05 23:27:20 2003 +0000
+++ b/distrib/sets/sets.defaults        Fri Dec 05 23:32:42 2003 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 for x in $(
-${MAKE:-make} -f- all <<EOF
+${MAKE:-make} -B -f- all <<EOF
 .include <bsd.own.mk>
 all:
        @echo krb=\${MKKERBEROS}



Home | Main Index | Thread Index | Old Index