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

afb at macports.org afb at macports.org
Sun May 25 02:09:09 PDT 2008


Revision: 37070
          http://trac.macosforge.org/projects/macports/changeset/37070
Author:   afb at macports.org
Date:     2008-05-25 02:09:08 -0700 (Sun, 25 May 2008)

Log Message:
-----------
need to look at build.cmd, not default getmaketype (#15426)

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-25 09:08:21 UTC (rev 37069)
+++ trunk/base/src/port1.0/portbuild.tcl	2008-05-25 09:09:08 UTC (rev 37070)
@@ -118,7 +118,7 @@
     }
     ui_debug "port allows a parallel build"
 
-    if {![exists build.jobs] || ![string match "*make*" [build_getmaketype]]} {
+    if {![exists build.jobs] || ![string match "*make*" [option build.cmd]]} {
         return ""
     }
     set jobs [option build.jobs]

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


More information about the macports-changes mailing list