mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Change "new" to "kernel" in "boost-build.jam" files.
[SVN r18829]
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# The build system is located right here
|
||||
boost-build . ;
|
||||
|
||||
boost-build ../kernel ;
|
||||
2
roll.sh
2
roll.sh
@@ -12,7 +12,7 @@ find . -maxdepth 1 -type f | egrep -v "roll.sh|build-system.jam|boost_build_v2.h
|
||||
|
||||
# Prepare some more files.
|
||||
mv index_v2.html index.html
|
||||
echo -e "boost-build new ;\n" > boost-build.jam
|
||||
echo -e "boost-build kernel ;\n" > boost-build.jam
|
||||
|
||||
# Make packages
|
||||
find . -name CVS | xargs rm -rf
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# The build system is located right here
|
||||
boost-build . ;
|
||||
|
||||
boost-build ../kernel ;
|
||||
@@ -12,7 +12,7 @@ find . -maxdepth 1 -type f | egrep -v "roll.sh|build-system.jam|boost_build_v2.h
|
||||
|
||||
# Prepare some more files.
|
||||
mv index_v2.html index.html
|
||||
echo -e "boost-build new ;\n" > boost-build.jam
|
||||
echo -e "boost-build kernel ;\n" > boost-build.jam
|
||||
|
||||
# Make packages
|
||||
find . -name CVS | xargs rm -rf
|
||||
|
||||
Reference in New Issue
Block a user