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:
@@ -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]) ;
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user