[svn:parrot] r43418 - trunk/tools/dev

barney at svn.parrot.org barney at svn.parrot.org
Sun Jan 10 13:56:44 UTC 2010


Author: barney
Date: Sun Jan 10 13:56:43 2010
New Revision: 43418
URL: https://trac.parrot.org/parrot/changeset/43418

Log:
Improved code comment, mentioned invocation from test scripts.

Modified:
   trunk/tools/dev/install_dev_files.pl

Modified: trunk/tools/dev/install_dev_files.pl
==============================================================================
--- trunk/tools/dev/install_dev_files.pl	Sun Jan 10 11:43:56 2010	(r43417)
+++ trunk/tools/dev/install_dev_files.pl	Sun Jan 10 13:56:43 2010	(r43418)
@@ -65,8 +65,8 @@
     lines_to_files
 );
 
-# When run from the makefile, which is probably the only time this
-# script will ever be used, all of these defaults will get overridden.
+# When run from the makefile, or from a test script, which are probably the only times
+# this script will ever be used, all of these defaults will get overridden.
 my %options = (
     buildprefix => '',
     prefix      => '/usr',


More information about the parrot-commits mailing list