remove env variable list when error occurs.
syntax.
This commit is contained in:
@@ -4,7 +4,7 @@ REM Should be called by `make_exes.btm'
|
||||
cdd %EIFFEL_SRC
|
||||
|
||||
remtrace Compiling .NET runtime
|
||||
cd %EIFFEL_SRC\Eiffel\eiffel\com_il_generation\core\run-time
|
||||
cd %EIFFEL_SRC%\Eiffel\eiffel\com_il_generation\core\run-time
|
||||
espawn -u:%ISE_C_COMPILER_VER% "%COMSPEC% /c nmake msbuild_20"
|
||||
iff exist EiffelSoftware.Runtime.dll then
|
||||
safe_copy EiffelSoftware.Runtime.dll %STUDIO_DIR\studio\spec\%ISE_PLATFORM\lib
|
||||
|
||||
@@ -35,7 +35,7 @@ alias set_parent_dir_of `for %%a in ("%2") do set "%1=%%~dpa%%"`
|
||||
REM Helpers for the script
|
||||
REM Give some info on what's happening, both in the log and on the screen
|
||||
alias remtrace `echo %$ & echo -------------------------------- & echo -------------------------------- >>& %INSTALL_LOG & echo %$ >>& %INSTALL_LOG`
|
||||
alias remerror `remtrace ERROR %$ & echo -------------------------------- >>& %ERROR_LOG% & echo %$ >>& %ERROR_LOG & set >>& %ERROR_LOG & echo ======================== >>& %ERROR_LOG `
|
||||
alias remerror `remtrace ERROR %$ & echo -------------------------------- >>& %ERROR_LOG% & echo %$ >>& %ERROR_LOG & echo ======================== >>& %ERROR_LOG `
|
||||
REM Give info concerning the elapsed time
|
||||
alias give_time_to `remtrace time used to %$: & remtrace %@TIMER[1] & TIMER ON /1 >> NUL`
|
||||
REM Clean exit
|
||||
|
||||
Reference in New Issue
Block a user