summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-04-05 12:14:26 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-04-05 12:14:26 +0200
commitf8f8c6441b79fdb3cd7d4db9df8c1033d11a6fe6 (patch)
treec66e9de1503d20321e2460fdc6154f7f4c3f0e7c
parent6252dbd9c139c162dbb93175694a36a2aa6b8f3a (diff)
Pulse: JOM disabled for the time being
-rwxr-xr-xpulse-build-script10
1 files changed, 5 insertions, 5 deletions
diff --git a/pulse-build-script b/pulse-build-script
index 447cc52..3dcac01 100755
--- a/pulse-build-script
+++ b/pulse-build-script
@@ -203,14 +203,14 @@ my $make = "nmake";
$make = "make " . prop("make.args", "-j4") if ($Config{'osname'} !~ /mswin/i);
# we support JOM / IncrediBuild for Windows
-if ($Config{'osname'} =~ /mswin/i) {
+#if ($Config{'osname'} =~ /mswin/i) {
# if (find_exe('xgconsole.exe') && find_exe('jom.exe')) {
# $make = "xgconsole /NOLOGO /COMMAND=\"jom.exe /NOLOGO " . prop("make.args", "-j20") . " /F Makefile\" /PROFILE=\"C:/Jom/bin/profile.xml\" /MAXCPUS=20";
# } elsif (find_exe('jom.exe')) {
- if (find_exe('jom.exe')) {
- $make = "jom " . prop("make.args", "-j20");
- }
-}
+# if (find_exe('jom.exe')) {
+# $make = "jom " . prop("make.args", "-j20");
+# }
+#}
system_v("$make") and die("$make failed");