Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets fix build.sh -N 4 distribution failure:



details:   https://anonhg.NetBSD.org/src/rev/5734faf3d11b
branches:  trunk
changeset: 753283:5734faf3d11b
user:      cegger <cegger%NetBSD.org@localhost>
date:      Mon Mar 22 12:03:04 2010 +0000

description:
fix build.sh -N 4 distribution failure:

+ echo 'MKSOLARIS=yes'
xargs: unterminated quote

diffstat:

 distrib/sets/mkvars.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r efc7b499b7dc -r 5734faf3d11b distrib/sets/mkvars.mk
--- a/distrib/sets/mkvars.mk    Mon Mar 22 11:16:02 2010 +0000
+++ b/distrib/sets/mkvars.mk    Mon Mar 22 12:03:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mkvars.mk,v 1.2 2010/03/03 16:13:42 tron Exp $
+# $NetBSD: mkvars.mk,v 1.3 2010/03/22 12:03:04 cegger Exp $
 
 MKEXTRAVARS= \
        MACHINE \
@@ -62,7 +62,7 @@
 
 mksolaris: .PHONY
 .if (${MKDTRACE} != "no" || ${MKZFS} != "no")
-       @echo "MKSOLARIS=yes"
+       @echo MKSOLARIS="yes"
 .else
-       @echo "MKSOLARIS=no"
+       @echo MKSOLARIS="no"
 .endif



Home | Main Index | Thread Index | Old Index