[svn:parrot] r38475 - trunk/config/gen/makefiles
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Tue May 5 01:19:04 UTC 2009
Author: jkeenan
Date: Tue May 5 01:19:03 2009
New Revision: 38475
URL: https://trac.parrot.org/parrot/changeset/38475
Log:
Reformat inline comment to fit in 78-char screen better.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Tue May 5 00:48:22 2009 (r38474)
+++ trunk/config/gen/makefiles/root.in Tue May 5 01:19:03 2009 (r38475)
@@ -2286,10 +2286,10 @@
cagecritic:
perlcritic -1 --profile tools/util/perlcritic-cage.conf $(CRITIC_FILES)
-# This target will eventually create all the headers automatically. If you are
-# having problems with linkage in Win32 (or elsewhere), because something is
-# not PARROT_EXPORT but should be, then put PARROT_EXPORT in the C file and run "make
-# headerizer". The .h file will get updated.
+# This target will eventually create all the headers automatically. If you
+# are having problems with linkage in Win32 (or elsewhere), because something
+# is not PARROT_EXPORT but should be, then put PARROT_EXPORT in the C file and
+# run "make headerizer". The .h file will get updated.
HEADERIZER_O_FILES := \
$(O_FILES) \
More information about the parrot-commits
mailing list