[70842] trunk/base/src/port1.0/portclean.tcl

jmr at macports.org jmr at macports.org
Sun Aug 22 22:22:11 PDT 2010


Revision: 70842
          http://trac.macports.org/changeset/70842
Author:   jmr at macports.org
Date:     2010-08-22 22:22:10 -0700 (Sun, 22 Aug 2010)
Log Message:
-----------
refer to "work directory" rather than "build directory" in message when cleaning

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

Modified: trunk/base/src/port1.0/portclean.tcl
===================================================================
--- trunk/base/src/port1.0/portclean.tcl	2010-08-23 05:11:37 UTC (rev 70841)
+++ trunk/base/src/port1.0/portclean.tcl	2010-08-23 05:22:10 UTC (rev 70842)
@@ -78,7 +78,7 @@
     if {[info exists ports_clean_all] && $ports_clean_all == "yes" || \
         [info exists ports_clean_work] && $ports_clean_work == "yes" || \
         (!([info exists ports_clean_archive] && $ports_clean_archive == "yes"))} {
-         ui_info "$UI_PREFIX [format [msgcat::mc "Removing build directory for %s"] [option name]]"
+         ui_info "$UI_PREFIX [format [msgcat::mc "Removing work directory for %s"] [option name]]"
          clean_work
     }
     if {(([info exists ports_clean_logs] && $ports_clean_logs == "yes") || ($keeplogs == "no"))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100822/b8c15f3e/attachment.html>


More information about the macports-changes mailing list