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

This commit is contained in:
mrg 1999-07-21 13:34:34 +00:00
parent be9d0297fd
commit f484530816
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ LDBUG= -T $S/arch/mips/conf/stand.ldscript
### 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 @@ Z_AS= library
.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