Changeset 38556 for trunk/base/src
- Timestamp:
- 2008-07-24 23:58:30 (4 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port1.0/portbuild.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portbuild.tcl
r38315 r38556 119 119 ui_debug "port allows a parallel build" 120 120 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]])} { 122 122 return "" 123 123 }

