[49083] trunk/base/src/pkg_mkindex.tcl

raimue at macports.org raimue at macports.org
Fri Apr 3 01:20:54 PDT 2009


Revision: 49083
          http://trac.macports.org/changeset/49083
Author:   raimue at macports.org
Date:     2009-04-03 01:20:54 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
base/src/pkg_mkindex.tcl:
Make the pkg_MkIndex generator to be verbose so we actually know if parsing
some file failed.

Modified Paths:
--------------
    trunk/base/src/pkg_mkindex.tcl

Modified: trunk/base/src/pkg_mkindex.tcl
===================================================================
--- trunk/base/src/pkg_mkindex.tcl	2009-04-03 08:16:30 UTC (rev 49082)
+++ trunk/base/src/pkg_mkindex.tcl	2009-04-03 08:20:54 UTC (rev 49083)
@@ -33,5 +33,5 @@
 	exit
 }
 foreach dir $argv {
-	pkg_mkIndex $dir *.tcl *.dylib *.so
+	pkg_mkIndex -verbose -- $dir *.tcl *.dylib *.so
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090403/0e79caa3/attachment-0001.html>


More information about the macports-changes mailing list