Module Name:    src
Committed By:   cegger
Date:           Mon Mar 22 12:03:04 UTC 2010

Modified Files:
        src/distrib/sets: mkvars.mk

Log Message:
fix build.sh -N 4 distribution failure:

+ echo 'MKSOLARIS=yes'
xargs: unterminated quote


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/mkvars.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/mkvars.mk
diff -u src/distrib/sets/mkvars.mk:1.2 src/distrib/sets/mkvars.mk:1.3
--- src/distrib/sets/mkvars.mk:1.2	Wed Mar  3 16:13:42 2010
+++ src/distrib/sets/mkvars.mk	Mon Mar 22 12:03:04 2010
@@ -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

Reply via email to