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

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 20 18:49:17 PDT 2007


Revision: 26395
          http://trac.macosforge.org/projects/macports/changeset/26395
Author:   jmpp at macports.org
Date:     2007-06-20 18:49:17 -0700 (Wed, 20 Jun 2007)

Log Message:
-----------
Update the output string with respect to the latest change to the clean operation (cf. r26394).

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

Modified: trunk/base/src/port1.0/portclean.tcl
===================================================================
--- trunk/base/src/port1.0/portclean.tcl	2007-06-21 01:37:13 UTC (rev 26394)
+++ trunk/base/src/port1.0/portclean.tcl	2007-06-21 01:49:17 UTC (rev 26395)
@@ -70,7 +70,7 @@
 		[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"))} {
-		 ui_info "$UI_PREFIX [format [msgcat::mc "Removing workpath for %s"] [option portname]]"
+		 ui_info "$UI_PREFIX [format [msgcat::mc "Removing build directory for %s"] [option portname]]"
 		 clean_work
 	}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070620/482f63f8/attachment.html


More information about the macports-changes mailing list