[59855] trunk/base/src/port1.0/portutil.tcl

toby at macports.org toby at macports.org
Sat Oct 24 16:40:18 PDT 2009


Revision: 59855
          http://trac.macports.org/changeset/59855
Author:   toby at macports.org
Date:     2009-10-24 16:40:16 -0700 (Sat, 24 Oct 2009)
Log Message:
-----------
improve our audit trail with CC_PRINT_OPTIONS

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2009-10-24 23:40:11 UTC (rev 59854)
+++ trunk/base/src/port1.0/portutil.tcl	2009-10-24 23:40:16 UTC (rev 59855)
@@ -358,6 +358,8 @@
     if {[option macosx_deployment_target] ne ""} {
         set ${command}.env_array(MACOSX_DEPLOYMENT_TARGET) [option macosx_deployment_target]
     }
+    set ${command}.env_array(CC_PRINT_OPTIONS) "YES"
+    set ${command}.env_array(CC_PRINT_OPTIONS_FILE) [file join [option workpath] ".CC_PRINT_OPTIONS"]
     if {[option compiler.cpath] ne ""} {
         set ${command}.env_array(CPATH) [join [option compiler.cpath] :]
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091024/6c85b142/attachment.html>


More information about the macports-changes mailing list