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

Remove non-platform sources from bootstrap build.

[SVN r30361]
This commit is contained in:
Rene Rivera
2005-08-01 14:14:43 +00:00
parent b0627925df
commit 2856b43ee6
2 changed files with 2 additions and 4 deletions

View File

@@ -188,8 +188,7 @@ echo "###"
YYACC_SOURCES="yyacc.c"
MKJAMBASE_SOURCES="mkjambase.c"
BJAM_SOURCES="\
command.c compile.c execnt.c execunix.c execvms.c expand.c\
filent.c fileos2.c fileunix.c filevms.c glob.c hash.c\
command.c compile.c execunix.c expand.c fileunix.c glob.c hash.c\
hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c\
newstr.c option.c parse.c pathunix.c pathvms.c regexp.c\
rules.c scan.c search.c subst.c timestamp.c variable.c modules.c\

View File

@@ -188,8 +188,7 @@ echo "###"
YYACC_SOURCES="yyacc.c"
MKJAMBASE_SOURCES="mkjambase.c"
BJAM_SOURCES="\
command.c compile.c execnt.c execunix.c execvms.c expand.c\
filent.c fileos2.c fileunix.c filevms.c glob.c hash.c\
command.c compile.c execunix.c expand.c fileunix.c glob.c hash.c\
hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c\
newstr.c option.c parse.c pathunix.c pathvms.c regexp.c\
rules.c scan.c search.c subst.c timestamp.c variable.c modules.c\