mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
ook. I don't understand why I need this twice. Well, But now it works.
svn path=/trunk/tools/RosBE/; revision=991
This commit is contained in:
parent
84b2d074e4
commit
edb82034c9
@ -90,11 +90,11 @@ if ($_ROSBE_SHOWTIME -eq 1) {
|
||||
if ($_ROSBE_WRITELOG -eq 1) {
|
||||
$sw.Start()
|
||||
$file = "$_ROSBE_LOGDIR\BuildLog-$_ROSBE_TARGET_GCCVERSION-$DATENAME-$TIMENAME.txt"
|
||||
&{IEX "&'$_ROSBE_MINGWMAKE' -j $MAKE_JOBS $($args)"} 2>&1 | tee-object $file
|
||||
&{IEX "&'$_ROSBE_MINGWMAKE' -j $MAKE_JOBS $($args)"} $($args) 2>&1 | tee-object $file
|
||||
$sw.Stop()
|
||||
} else {
|
||||
$sw.Start()
|
||||
&{IEX "&'$_ROSBE_MINGWMAKE' -j $MAKE_JOBS $($args)"}
|
||||
&{IEX "&'$_ROSBE_MINGWMAKE' -j $MAKE_JOBS $($args)"} $($args)
|
||||
$sw.Stop()
|
||||
}
|
||||
write-host "Total Build Time:" $sw.Elapsed.ToString()
|
||||
|
Loading…
Reference in New Issue
Block a user