2
0
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:
Vladimir Prus
2003-06-18 05:29:40 +00:00
parent c08d8c6554
commit f08b6ed239
4 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
# The build system is located right here
boost-build . ;
boost-build ../kernel ;

View File

@@ -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

View File

@@ -1,2 +1,2 @@
# The build system is located right here
boost-build . ;
boost-build ../kernel ;

View File

@@ -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