Changeset 30714
- Timestamp:
- 11/05/07 05:12:44 (13 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port1.0/portbuild.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portbuild.tcl
r28660 r30714 43 43 options build.nice 44 44 options build.jobs 45 commands build 45 commands build parallel_build 46 46 # defaults 47 47 default build.dir {${workpath}/${worksrcdir}} … … 112 112 113 113 proc build_getmakejobs {args} { 114 # check if port allows a parallel build 115 global use_parallel_build 116 if {![tbool use_parallel_build]} { 117 return "" 118 } 119 ui_debug "port allows a parallel build" 120 114 121 if {![exists build.jobs] || ![string match "*make*" [build_getmaketype]]} { 115 122 return ""

