[52214] branches/images-and-archives/base/src/port1.0/portclean.tcl

blb at macports.org blb at macports.org
Fri Jun 12 01:07:19 PDT 2009


Revision: 52214
          http://trac.macports.org/changeset/52214
Author:   blb at macports.org
Date:     2009-06-12 01:07:17 -0700 (Fri, 12 Jun 2009)
Log Message:
-----------
Work dir is now cleaned for --dist as well (see r51838) so since archive is removed, that means always here

Modified Paths:
--------------
    branches/images-and-archives/base/src/port1.0/portclean.tcl

Modified: branches/images-and-archives/base/src/port1.0/portclean.tcl
===================================================================
--- branches/images-and-archives/base/src/port1.0/portclean.tcl	2009-06-12 08:00:28 UTC (rev 52213)
+++ branches/images-and-archives/base/src/port1.0/portclean.tcl	2009-06-12 08:07:17 UTC (rev 52214)
@@ -65,11 +65,8 @@
         ui_info "$UI_PREFIX [format [msgcat::mc "Removing distfiles for %s"] [option name]]"
         clean_dist
     }
-    if {[info exists ports_clean_all] && $ports_clean_all == "yes" || \
-        [info exists ports_clean_work] && $ports_clean_work == "yes"} {
-         ui_info "$UI_PREFIX [format [msgcat::mc "Removing build directory for %s"] [option name]]"
-         clean_work
-    }
+     ui_info "$UI_PREFIX [format [msgcat::mc "Removing build directory for %s"] [option name]]"
+     clean_work
 
     # start gsoc-08 privileges
     if {[info exists usealtworkpath] && $usealtworkpath == "yes"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090612/b14d003c/attachment.html>


More information about the macports-changes mailing list