Explorar o código

Make scripts more robust

[SVN r68058]
Beman Dawes %!s(int64=15) %!d(string=hai) anos
pai
achega
d0fc94d84f
Modificáronse 2 ficheiros con 7 adicións e 7 borrados
  1. 3 1
      tools/release/inspect_trunk.bat
  2. 4 6
      tools/release/snapshot_inspection.bat

+ 3 - 1
tools/release/inspect_trunk.bat

@@ -15,8 +15,10 @@ pushd tools\inspect\build
 echo Build inspect program...
 echo Build inspect program...
 bjam
 bjam
 popd
 popd
+echo Copy inspect.exe to %UTIL% directory...
+copy /y dist\bin\inspect.exe %UTIL%
 echo Inspect...
 echo Inspect...
-dist\bin\inspect >%TEMP%\trunk_inspect.html
+inspect >%TEMP%\trunk_inspect.html
 
 
 echo Create ftp script...
 echo Create ftp script...
 pushd %TEMP%
 pushd %TEMP%

+ 4 - 6
tools/release/snapshot_inspection.bat

@@ -1,16 +1,14 @@
 rem Inspect snapshot
 rem Inspect snapshot
 
 
-rem Copyright 2008 Beman Dawes
+rem Copyright Beman Dawes 2008, 2011
 
 
 rem Distributed under the Boost Software License, Version 1.0.
 rem Distributed under the Boost Software License, Version 1.0.
 rem See http://www.boost.org/LICENSE_1_0.txt
 rem See http://www.boost.org/LICENSE_1_0.txt
 
 
-pushd posix\tools\inspect\build
-bjam
-popd
 echo inspect...
 echo inspect...
-pushd posix
-dist\bin\inspect >..\inspect.html
+pushd windows
+rem inspect_trunk.bat builds inspect program every day and copies it to %UTIL%
+%UTIL%%\inspect >..\inspect.html
 popd
 popd
 
 
 echo Create ftp script...
 echo Create ftp script...

粤ICP备19079148号