[142538] trunk/base/src/port1.0/portconfigure.tcl

jmr at macports.org jmr at macports.org
Sat Dec 12 06:10:55 PST 2015


Revision: 142538
          https://trac.macports.org/changeset/142538
Author:   jmr at macports.org
Date:     2015-11-14 13:05:26 -0800 (Sat, 14 Nov 2015)
Log Message:
-----------
only print compiler.fallback to the debug log once, not a couple dozen times

Modified Paths:
--------------
    trunk/base/src/port1.0/portconfigure.tcl

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2015-11-14 17:25:46 UTC (rev 142537)
+++ trunk/base/src/port1.0/portconfigure.tcl	2015-11-14 21:05:26 UTC (rev 142538)
@@ -287,6 +287,7 @@
     if {![info exists compiler_name]} {
         return -code error "Invalid value for configure.compiler: $compiler"
     }
+    ui_debug "Preferred compilers: $compilers"
     ui_debug "Using compiler '$compiler_name'"
 
     # Additional ccache directory setup
@@ -523,7 +524,6 @@
         lappend compilers macports-llvm-gcc-4.2 apple-gcc-4.2
     }
 
-    ui_debug "Preferred compilers: $compilers"
     return $compilers
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/f353835e/attachment.html>


More information about the macports-changes mailing list