Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 38315 for trunk/base/src

Show
Ignore:
Timestamp:
07/15/08 02:38:03 (5 months ago)
Author:
ryandesign@…
Message:

portbuild.tcl: simplify port output by no longer showing the build target; closes #15881

Files:
1 modified

Legend:

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

    r37503 r38315  
    136136    global UI_PREFIX 
    137137     
    138     if {[string length [option build.target]]} { 
    139         ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s with target %s"] [option portname] [option build.target]]" 
    140     } else { 
    141         ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s"] [option portname]]" 
    142     } 
     138    ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s"] [option portname]]" 
    143139} 
    144140