[51838] trunk/base/src/port1.0/portclean.tcl
jmr at macports.org
jmr at macports.org
Thu Jun 4 16:51:48 PDT 2009
Revision: 51838
http://trac.macports.org/changeset/51838
Author: jmr at macports.org
Date: 2009-06-04 16:51:48 -0700 (Thu, 04 Jun 2009)
Log Message:
-----------
make clean --dist clean the work dir too, otherwise fetch could still be marked as done in the statefile
Modified Paths:
--------------
trunk/base/src/port1.0/portclean.tcl
Modified: trunk/base/src/port1.0/portclean.tcl
===================================================================
--- trunk/base/src/port1.0/portclean.tcl 2009-06-04 23:06:16 UTC (rev 51837)
+++ trunk/base/src/port1.0/portclean.tcl 2009-06-04 23:51:48 UTC (rev 51838)
@@ -72,8 +72,7 @@
}
if {[info exists ports_clean_all] && $ports_clean_all == "yes" || \
[info exists ports_clean_work] && $ports_clean_work == "yes" || \
- (!([info exists ports_clean_dist] && $ports_clean_dist == "yes") && \
- !([info exists ports_clean_archive] && $ports_clean_archive == "yes"))} {
+ (!([info exists ports_clean_archive] && $ports_clean_archive == "yes"))} {
ui_info "$UI_PREFIX [format [msgcat::mc "Removing build directory for %s"] [option name]]"
clean_work
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090604/d8207ceb/attachment.html>
More information about the macports-changes
mailing list