Răsfoiți Sursa

Release script cleanups

[SVN r49417]
Beman Dawes 17 ani în urmă
părinte
comite
f44d41b331

+ 2 - 1
tools/release/build_release_packages.sh

@@ -3,7 +3,8 @@
 # Build release packages
 
 # Copyright 2008 Beman Dawes
-# Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt
+# Distributed under the Boost Software License, Version 1.0.
+# See http://www.boost.org/LICENSE_1_0.txt
 
 if [ $# -lt 1 ]
 then

+ 1 - 1
tools/release/snapshot_posix.sh

@@ -16,7 +16,7 @@ svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/bran
 
 echo "Building docs..."
 pushd posix/doc
-bjam-cygwin --v2 --toolset=gcc &>../../posix-bjam.log
+bjam --v2 --toolset=gcc &>../../posix-bjam.log
 popd
 
 echo "Cleaning up and renaming..."

粤ICP备19079148号