Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 38556 for trunk/base/src

Show
Ignore:
Timestamp:
2008-07-24 23:58:30 (4 months ago)
Author:
ryandesign@…
Message:

portbuild.tcl: allow parallel builds for scons too, not just for make

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portbuild.tcl

    r38315 r38556  
    119119    ui_debug "port allows a parallel build" 
    120120 
    121     if {![exists build.jobs] || ![string match "*make*" [option build.cmd]]} { 
     121    if {![exists build.jobs] || !([string match "*make*" [option build.cmd]] || [string match "*scons*" [option build.cmd]])} { 
    122122        return "" 
    123123    }