[svn:parrot] r44751 - trunk/config/gen/makefiles
petdance at svn.parrot.org
petdance at svn.parrot.org
Mon Mar 8 01:28:45 UTC 2010
Author: petdance
Date: Mon Mar 8 01:28:44 2010
New Revision: 44751
URL: https://trac.parrot.org/parrot/changeset/44751
Log:
Change "ex:" to "example:" because vim was getting confused
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Sun Mar 7 21:25:11 2010 (r44750)
+++ trunk/config/gen/makefiles/root.in Mon Mar 8 01:28:44 2010 (r44751)
@@ -2237,7 +2237,7 @@
# +redef, +redecl: Ops currently have tons of redefinitions
# added to splint target to simplify experimentation,
-# ex: make SPLINTFLAGS_TEST='-posixstrictlib +posixlib' splint
+# example: make SPLINTFLAGS_TEST='-posixstrictlib +posixlib' splint
SPLINT_SOURCE = `echo $(O_FILES) | $(PERL) -pe @PQ at s/\.o/\.c/g at PQ@`
More information about the parrot-commits
mailing list