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

ryandesign at macports.org ryandesign at macports.org
Tue Jul 15 02:38:03 PDT 2008


Revision: 38315
          http://trac.macosforge.org/projects/macports/changeset/38315
Author:   ryandesign at macports.org
Date:     2008-07-15 02:38:03 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
portbuild.tcl: simplify port output by no longer showing the build target; closes #15881

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-07-15 09:25:15 UTC (rev 38314)
+++ trunk/base/src/port1.0/portbuild.tcl	2008-07-15 09:38:03 UTC (rev 38315)
@@ -135,11 +135,7 @@
 proc build_start {args} {
     global UI_PREFIX
     
-    if {[string length [option build.target]]} {
-        ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s with target %s"] [option portname] [option build.target]]"
-    } else {
-        ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s"] [option portname]]"
-    }
+    ui_msg "$UI_PREFIX [format [msgcat::mc "Building %s"] [option portname]]"
 }
 
 proc build_main {args} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080715/39688ab1/attachment.html 


More information about the macports-changes mailing list