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

Bug fixes

[SVN r13693]
This commit is contained in:
Dave Abrahams
2002-05-06 18:54:24 +00:00
parent 6a5ea2f5e3
commit 2bf1779f95
7 changed files with 12 additions and 9 deletions

View File

@@ -103,7 +103,7 @@ if [ MATCH .*(bjam).* : $(ARGV[1]:BL) ]
local boost-build-files =
[ find-to-root [ PWD ] : boost-build.jam ]
# Another temporary measure so Jam works with Boost.Build v1
[ GLOB $(BOOST_ROOT) : boost-build.jam ] ;
[ GLOB $(BOOST_BUILD_PATH) $(BOOST_ROOT) : boost-build.jam ] ;
.boost-build-file = $(boost-build-files[1]) ;

View File

@@ -53,7 +53,7 @@ char *jambase[] = {
"{\n",
"local boost-build-files =\n",
"[ find-to-root [ PWD ] : boost-build.jam ]\n",
"[ GLOB $(BOOST_ROOT) : boost-build.jam ] ;\n",
"[ GLOB $(BOOST_BUILD_PATH) $(BOOST_ROOT) : boost-build.jam ] ;\n",
".boost-build-file = $(boost-build-files[1]) ;\n",
"if ! $(.boost-build-file)\n",
"{\n",