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

Be sure that jam doesn't look for a different Jambase due to environment variable settings.

[SVN r11656]
This commit is contained in:
Dave Abrahams
2001-11-11 05:36:42 +00:00
parent 37516a7202
commit 2f26b3a5d0
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ CFLAGS =
#
all: jam0
chmod a+w jambase.c
./jam0
./jam0 -sJAMBASE= -sBOOST_ROOT= -sBOOST_BUILD_PATH=
# for other systems
#all: jam0

View File

@@ -76,7 +76,7 @@ CFLAGS =
#
all: jam0
chmod a+w jambase.c
./jam0
./jam0 -sJAMBASE= -sBOOST_ROOT= -sBOOST_BUILD_PATH=
# for other systems
#all: jam0