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

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

[SVN r13754]
This commit is contained in:
Dave Abrahams
2002-05-08 16:19:03 +00:00
parent 85c58658ff
commit 2b80e1af10
4 changed files with 0 additions and 8 deletions

View File

@@ -815,7 +815,6 @@ else if $(UNIX)
CC ?= gcc ;
CCFLAGS += -D__cygwin__ ;
LEX ?= flex ;
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
SUFEXE ?= .exe ;
YACC ?= "bison -y" ;
@@ -832,7 +831,6 @@ else if $(UNIX)
case INTERIX :
CC ?= gcc ;
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
case IRIX :

View File

@@ -526,7 +526,6 @@ char *jambase[] = {
"CC ?= gcc ;\n",
"CCFLAGS += -D__cygwin__ ;\n",
"LEX ?= flex ;\n",
"JAMSHELL ?= sh -c ;\n",
"RANLIB ?= \"\" ;\n",
"SUFEXE ?= .exe ;\n",
"YACC ?= \"bison -y\" ;\n",
@@ -540,7 +539,6 @@ char *jambase[] = {
"RANLIB ?= \"\" ;\n",
"case INTERIX :\n",
"CC ?= gcc ;\n",
"JAMSHELL ?= sh -c ;\n",
"RANLIB ?= \"\" ;\n",
"case IRIX :\n",
"RANLIB ?= \"\" ;\n",

View File

@@ -815,7 +815,6 @@ else if $(UNIX)
CC ?= gcc ;
CCFLAGS += -D__cygwin__ ;
LEX ?= flex ;
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
SUFEXE ?= .exe ;
YACC ?= "bison -y" ;
@@ -832,7 +831,6 @@ else if $(UNIX)
case INTERIX :
CC ?= gcc ;
JAMSHELL ?= sh -c ;
RANLIB ?= "" ;
case IRIX :

View File

@@ -526,7 +526,6 @@ char *jambase[] = {
"CC ?= gcc ;\n",
"CCFLAGS += -D__cygwin__ ;\n",
"LEX ?= flex ;\n",
"JAMSHELL ?= sh -c ;\n",
"RANLIB ?= \"\" ;\n",
"SUFEXE ?= .exe ;\n",
"YACC ?= \"bison -y\" ;\n",
@@ -540,7 +539,6 @@ char *jambase[] = {
"RANLIB ?= \"\" ;\n",
"case INTERIX :\n",
"CC ?= gcc ;\n",
"JAMSHELL ?= sh -c ;\n",
"RANLIB ?= \"\" ;\n",
"case IRIX :\n",
"RANLIB ?= \"\" ;\n",