[svn:parrot] r41209 - trunk/tools/build
coke at svn.parrot.org
coke at svn.parrot.org
Fri Sep 11 14:14:08 UTC 2009
Author: coke
Date: Fri Sep 11 14:14:07 2009
New Revision: 41209
URL: https://trac.parrot.org/parrot/changeset/41209
Log:
Convert RT #39142 to a documentation bug and fix it.
Modified:
trunk/tools/build/pmc2c.pl
Modified: trunk/tools/build/pmc2c.pl
==============================================================================
--- trunk/tools/build/pmc2c.pl Fri Sep 11 13:49:53 2009 (r41208)
+++ trunk/tools/build/pmc2c.pl Fri Sep 11 14:14:07 2009 (r41209)
@@ -86,8 +86,8 @@
=head2 Other Options
-Create fooX.c and pmc_fooX.h from fooX.dump files, also create libfoo.c
-containing the initialization function for all fooX PMCs.
+Create foo.c and pmc_foo.h from foo.dump files, also create libfoo.c
+containing the initialization function for all foo PMCs.
% perl tools/build/pmc2c.pl --library libfoo -c \
src/pmc/foo1.pmc src/pmc/foo2.pmc ...
@@ -117,6 +117,11 @@
=back
+=head1 NOTES
+
+You must use lowercase filenames for C<.pmc> files, and lowercase group
+names in the PMC specification in those files.
+
=cut
# Local Variables:
More information about the parrot-commits
mailing list