mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Removed the manual boost-build.jam file creation since that file already exists in the SVN repository and this only overwrote it with the same content minus the copyright notice. Removed a reference to the no longer existing boost_build_v2.html file.
[SVN r42676]
This commit is contained in:
@@ -23,10 +23,7 @@ date >> timestamp.txt
|
||||
rm -rf example/versioned
|
||||
|
||||
# Remove unnecessary top-level files
|
||||
find . -maxdepth 1 -type f | egrep -v "timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build_v2.html|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
|
||||
|
||||
# Prepare some more files.
|
||||
echo -e "boost-build kernel ;\n" > boost-build.jam
|
||||
find . -maxdepth 1 -type f | egrep -v "timestamp.txt|roll.sh|bootstrap.jam|build-system.jam|boost_build.png|index.html|hacking.txt|site-config.jam|user-config.jam" | xargs rm -f
|
||||
|
||||
# Build the documentation
|
||||
touch doc/project-root.jam
|
||||
|
||||
Reference in New Issue
Block a user