[71389] trunk/base/src/port1.0/portdestroot.tcl
raimue at macports.org
raimue at macports.org
Sat Sep 11 11:09:32 PDT 2010
Revision: 71389
http://trac.macports.org/changeset/71389
Author: raimue at macports.org
Date: 2010-09-11 11:09:29 -0700 (Sat, 11 Sep 2010)
Log Message:
-----------
port1.0: Addition to r71370, use destroot.target
Revision Links:
--------------
http://trac.macports.org/changeset/71370
Modified Paths:
--------------
trunk/base/src/port1.0/portdestroot.tcl
Modified: trunk/base/src/port1.0/portdestroot.tcl
===================================================================
--- trunk/base/src/port1.0/portdestroot.tcl 2010-09-11 16:38:19 UTC (rev 71388)
+++ trunk/base/src/port1.0/portdestroot.tcl 2010-09-11 18:09:29 UTC (rev 71389)
@@ -91,10 +91,10 @@
if {(![exists build.type] || [option build.type] == "gnu") \
&& [regexp "^(/\\S+/|)(g|gnu|)make(\\s+.*|)$" [option destroot.cmd]]} {
# Print "Entering directory" lines for better log debugging
- return "-w [option build.target]"
+ return "-w [option destroot.target]"
}
- return "[option build.target]"
+ return "[option destroot.target]"
}
proc portdestroot::destroot_start {args} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100911/9136b481/attachment.html>
More information about the macports-changes
mailing list