2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Remove settings JAMSHELL = "sh -c", since that can never work (the whole thing goes into argv[0]).

Update bisons in allyourbase.jam


[SVN r13753]
This commit is contained in:
Dave Abrahams
2002-05-08 16:15:39 +00:00
parent 11a3675f95
commit 85c58658ff
2 changed files with 6 additions and 10 deletions

View File

@@ -187,7 +187,7 @@ if $(NT)
# dwa 6/4/01 - removed compiler determination for boost
# added some yacc/lex stuff, assuming cygwin for now.
LEX ?= flex ;
YACC ?= bison -t -d -l -v ;
YACC ?= bison -y ;
YACCFILES ?= y.tab ;
YACC_OUTPUT ?= --output= ;
LEX_OUTPUT ?= -o ;
@@ -320,14 +320,13 @@ else if $(UNIX)
gLINKABLE_PRODUCT_INDEX(DLL) = 1 ; # (the .so is the one to link)
case AMIGA :
YACC ?= bison ;
YACC ?= bison -y ;
case CYGWIN :
LEX ?= flex ;
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
SUFEXE ?= .exe ;
YACC ?= bison ;
YACC ?= bison -y ;
case DGUX :
RANLIB ?= "" ;
@@ -337,7 +336,6 @@ else if $(UNIX)
RANLIB ?= "" ;
case INTERIX :
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
case IRIX :

View File

@@ -187,7 +187,7 @@ if $(NT)
# dwa 6/4/01 - removed compiler determination for boost
# added some yacc/lex stuff, assuming cygwin for now.
LEX ?= flex ;
YACC ?= bison -t -d -l -v ;
YACC ?= bison -y ;
YACCFILES ?= y.tab ;
YACC_OUTPUT ?= --output= ;
LEX_OUTPUT ?= -o ;
@@ -320,14 +320,13 @@ else if $(UNIX)
gLINKABLE_PRODUCT_INDEX(DLL) = 1 ; # (the .so is the one to link)
case AMIGA :
YACC ?= bison ;
YACC ?= bison -y ;
case CYGWIN :
LEX ?= flex ;
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
SUFEXE ?= .exe ;
YACC ?= bison ;
YACC ?= bison -y ;
case DGUX :
RANLIB ?= "" ;
@@ -337,7 +336,6 @@ else if $(UNIX)
RANLIB ?= "" ;
case INTERIX :
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
case IRIX :