Author: dreimer Date: Fri Aug 29 14:36:49 2008 New Revision: 35765
URL: http://svn.reactos.org/svn/reactos?rev=35765&view=rev Log: Tidy up the output a bit.
Modified: trunk/tools/RosBE/RosBE-Windows/Root/update.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Root/update.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/upda... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/Root/update.cmd [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Windows/Root/update.cmd [iso-8859-1] Fri Aug 29 14:36:49 2008 @@ -66,7 +66,7 @@ :: First check for a new Updater :: for %%F in (update.cmd) do set _ROSBE_UPDDATE=%%~tF - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/update.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/update.cmd for %%F in (update.cmd) do set _ROSBE_UPDDATE2=%%~tF
if !_ROSBE_UPDDATE! NEQ !_ROSBE_UPDDATE2! ( @@ -78,80 +78,80 @@ :: PS1 Files. :: if exist "Build.ps1" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Build.ps1 + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Build.ps1 ) if exist "Clean.ps1" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Clean.ps1 + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Clean.ps1 ) if exist "Help.ps1" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Help.ps1 + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Help.ps1 ) if exist "MinGW.ps1" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/MinGW.ps1 + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/MinGW.ps1 ) if exist "RosBE.ps1" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/RosBE.ps1 + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/RosBE.ps1 ) if exist "rosbe-gcc-env.ps1" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/rosbe-gcc-env.ps1 + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/rosbe-gcc-env.ps1 )
:: :: Options Files. :: if exist "options.cmd" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/options.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/options.cmd )
:: :: SVN Files. :: if exist "sSVN.cmd" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/sSVN.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/sSVN.cmd )
:: :: SCut Files. :: if exist "scut.cmd" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/scut.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/scut.cmd )
:: :: RelAddr2Line Files. :: if exist "reladdr2line.cmd" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/reladdr2line.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/reladdr2line.cmd )
:: :: Other Tools Files. :: if exist "Config.cmd" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Config.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Config.cmd ) if exist "chdefdir.cmd" ( - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/chdefdir.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/chdefdir.cmd )
:: :: Default Files. :: - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Build.cmd - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/ChangeLog.txt - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/chdefgcc.cmd - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Clean.cmd - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Help.cmd - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/LICENSE.TXT - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/MinGW.cmd - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/mingw.ico - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/MinGW.mac - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/README.pdf - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/RosBE.cmd - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/rosbe.ico - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/RosBE.mac - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/rosbe-gcc-env.cmd - "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/TimeDate.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Build.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/ChangeLog.txt + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/chdefgcc.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Clean.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Help.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/LICENSE.TXT + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/MinGW.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/mingw.ico + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/MinGW.mac + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/README.pdf + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/RosBE.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/rosbe.ico + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/RosBE.mac + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/rosbe-gcc-env.cmd + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/TimeDate.cmd )
if %_ROSBE_GCC% == yes ( @@ -164,7 +164,7 @@ set _ROSBE_GCCDATE=0 )
- "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/GCC.7z + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/GCC.7z
:: :: Add the maybe Updated Dates to another Var. @@ -188,7 +188,7 @@ set _ROSBE_TOOOLSDATE=0 )
- "Tools\wget.exe" -N --ignore-length %_ROSBE_URL%/Tools.7z + "Tools\wget.exe" -N --ignore-length --no-verbose %_ROSBE_URL%/Tools.7z
:: :: Add the maybe Updated Dates to another Var.