[36913] trunk/base/src/port1.0/portbuild.tcl

afb at macports.org afb at macports.org
Sun May 18 11:32:17 PDT 2008


Revision: 36913
          http://trac.macosforge.org/projects/macports/changeset/36913
Author:   afb at macports.org
Date:     2008-05-18 11:32:16 -0700 (Sun, 18 May 2008)

Log Message:
-----------
better fix for #15295, restore build.cmd to sanity

Modified Paths:
--------------
    trunk/base/src/port1.0/portbuild.tcl

Modified: trunk/base/src/port1.0/portbuild.tcl
===================================================================
--- trunk/base/src/port1.0/portbuild.tcl	2008-05-18 18:14:04 UTC (rev 36912)
+++ trunk/base/src/port1.0/portbuild.tcl	2008-05-18 18:32:16 UTC (rev 36913)
@@ -45,7 +45,7 @@
 commands build parallel_build
 # defaults
 default build.dir {${workpath}/${worksrcdir}}
-default build.cmd {[build_getnicevalue][build_getmaketype][build_getmakejobs]}
+default build.cmd {[build_getmaketype]}
 default build.nice {${buildnicevalue}}
 default build.jobs {${buildmakejobs}}
 default build.pre_args {${build.target}}
@@ -143,6 +143,6 @@
 }
 
 proc build_main {args} {
-    command_exec build
+    command_exec build [build_getnicevalue] [build_getmakejobs]
     return 0
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080518/9637f909/attachment.htm 


More information about the macports-changes mailing list