[svn:parrot] r38776 - trunk/config/gen/makefiles

coke at svn.parrot.org coke at svn.parrot.org
Thu May 14 18:39:06 UTC 2009


Author: coke
Date: Thu May 14 18:39:04 2009
New Revision: 38776
URL: https://trac.parrot.org/parrot/changeset/38776

Log:
[docs] add a note to the splint-andy target.

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu May 14 15:54:27 2009	(r38775)
+++ trunk/config/gen/makefiles/root.in	Thu May 14 18:39:04 2009	(r38776)
@@ -2078,6 +2078,7 @@
 	$(SPLINT) $(CC_INC) @cc_hasjit@ "-Isrc/pmc" "-Icompilers/ast" $(SPLINTFLAGS) $(SPLINTFLAGS_TEST) `echo $(O_FILES) | $(PERL) -pe @PQ at s/\.o/\.c/g at PQ@`
 	$(SPLINT) $(CC_INC) $(SPLINTFLAGS) $(SPLINTFLAGS_TEST) $(IMCC_DIR)/main.c
 
+# Test a single file with limited splint options to ease cleanup -petdance
 splint-andy :
 	$(MKPATH) $(SPLINT_TMP)
 	splint $(CC_INC) @cc_hasjit@ -DNDEBUG "-Isrc/pmc" "-Icompilers/ast" $(SPLINTFLAGS) $(SPLINTFLAGS_TEST) \


More information about the parrot-commits mailing list