Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand do not "quote" SAMISCMAKEFLAGS values, i...



details:   https://anonhg.NetBSD.org/src/rev/cf097a58b9eb
branches:  trunk
changeset: 474810:cf097a58b9eb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jul 21 13:34:34 1999 +0000

description:
do not "quote" SAMISCMAKEFLAGS values, it causes pain and suffering.

diffstat:

 sys/arch/pmax/stand/Makefile.booters |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4eed87d9d936 -r cf097a58b9eb sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters      Wed Jul 21 13:24:56 1999 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters      Wed Jul 21 13:34:34 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.23 1999/04/28 09:18:47 christos Exp $
+#      $NetBSD: Makefile.booters,v 1.24 1999/07/21 13:34:34 mrg Exp $
 #
 #      NOTE: $S must correspond to the top of the 'sys' tree
 
@@ -31,7 +31,7 @@
 
 ### find out what to use for libsa
 SA_AS=         library
-SAMISCMAKEFLAGS+="SA_USE_LOADFILE=yes SA_INCLUDE_NET=yes"
+SAMISCMAKEFLAGS+=SA_USE_LOADFILE=yes SA_INCLUDE_NET=yes
 .include "${S}/lib/libsa/Makefile.inc"
 LIBSA=         ${SALIB}
 
@@ -43,7 +43,7 @@
 .include "${S}/lib/libz/Makefile.inc"
 LIBZ=          ${ZLIB}
 # and use compressed read in libsa
-SAMISCMAKEFLAGS= SA_USE_CREAD=yes
+SAMISCMAKEFLAGS+=SA_USE_CREAD=yes
 
 ### find out what to use for libkern
 KERN_AS=       library



Home | Main Index | Thread Index | Old Index