[ros-diffs] [dreimer] 40890: ook. I don't understand why I need this twice. Well, But now it works.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Mon May 11 23:15:04 CEST 2009


Author: dreimer
Date: Tue May 12 01:15:02 2009
New Revision: 40890

URL: http://svn.reactos.org/svn/reactos?rev=40890&view=rev
Log:
ook. I don't understand why I need this twice. Well, But now it works.

Modified:
    trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1

Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1?rev=40890&r1=40889&r2=40890&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1 [iso-8859-1] Tue May 12 01:15:02 2009
@@ -90,11 +90,11 @@
 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()



More information about the Ros-diffs mailing list