perl.cvs.parrot
[Top] [All Lists]

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

Subject: [svn:parrot] r23687 - trunk/config/gen/makefiles
From:
Date: Sun, 9 Dec 2007 22:15:28 -0800 PST
Newsgroups: perl.cvs.parrot

Author: petdance
Date: Sun Dec  9 22:15:28 2007
New Revision: 23687

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

Log:
working on my splint targets

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Sun Dec  9 22:15:28 2007
@@ -1794,6 +1794,7 @@
     -show-summary \
     -exportlocal \
     +linelen 120 \
+    +indentspaces 4 \
     +showdeephistory \
     -showfunc \
     -hints \
@@ -1858,27 +1859,27 @@
     \
     \
     \
-    -nullstate \
-    -usereleased \
-    -mustfreefresh \
-    -mustfreeonly \
-    -compdestroy \
     -branchstate \
+    -compdef \
+    -compdestroy \
     -compmempass \
     -globstate \
-    -compdef \
     -modobserver \
-    -retalias \
+    -mustfreefresh \
+    -mustfreeonly \
+    -nullstate \
     -redecl \
+    -retalias \
+    -usereleased \
     \
-    -readonlytrans \
-    -onlytrans \
-    -unqualifiedtrans \
-    -observertrans \
+    -immediatetrans \
     -kepttrans \
+    -observertrans \
+    -onlytrans \
+    -readonlytrans \
     -statictrans \
-    -immediatetrans \
     -temptrans \
+    -unqualifiedtrans \
 
 # Other options we'd like to add back
 # +paramuse: As soon as we get SHIM()s in the ops
@@ -1905,12 +1906,13 @@
        $(MKPATH) $(SPLINT_TMP)
        splint $(CC_INC) @cc_hasjit@ "-Isrc/pmc" "-Icompilers/ast" 
$(SPLINTFLAGS) $(SPLINTFLAGS_TEST) \
     +fcnpost \
-    +showscan \
+    +show-scan \
+    +time-dist \
+    +showsourceloc \
     +stats \
     -showsummary \
     +partial \
-    src/nci.c \
-    src/inte*.c \
+    src/oo.c \
 
 COVER_FLAGS = -fprofile-arcs -ftest-coverage
 COVER_DIRS = \

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r23687 - trunk/config/gen/makefiles, petdance <=