# New Ticket Created by  Lars Balker Rasmussen 
# Please include the string:  [perl #23105]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23105 >


I've modified the root Makefile to clean all currently generated files.

Cheers,
-- 
Lars Balker Rasmussen                                      Consult::Perl



-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/61720/45479/ee46d3/realclean.patch

Index: MANIFEST
===================================================================
RCS file: /cvs/public/parrot/MANIFEST,v
retrieving revision 1.384
diff -u -a -r1.384 MANIFEST
--- MANIFEST	22 Jul 2003 16:11:49 -0000	1.384
+++ MANIFEST	23 Jul 2003 22:20:34 -0000
@@ -1881,6 +1881,7 @@
 t/pmc/scratchpad.t                                []
 t/pmc/sub.t                                       []
 t/pmc/timer.t                                     []
+t/src/README                                      []
 t/src/basic.t                                     []
 t/src/exit.t                                      []
 t/src/intlist.t                                   []
Index: config/gen/makefiles/root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.95
diff -u -a -r1.95 root.in
--- config/gen/makefiles/root.in	21 Jul 2003 20:16:19 -0000	1.95
+++ config/gen/makefiles/root.in	23 Jul 2003 22:16:08 -0000
@@ -37,14 +37,19 @@
 
 GEN_MAKEFILES = Makefile classes/Makefile languages/Makefile docs/Makefile \
 	languages/jako/Makefile languages/miniperl/Makefile \
-	languages/scheme/Makefile
+	languages/scheme/Makefile languages/befunge/Makefile \
+	languages/bf/Makefile languages/imcc/Makefile \
+	languages/ook/Makefile languages/perl6/Makefile
 
 GEN_CONFIGS  = include/parrot/config.h include/parrot/platform.h \
+	include/parrot/platform_interface.h \
 	include/parrot/has_header.h \
 	include/parrot/feature.h \
 	lib/Parrot/Config.pm lib/Parrot/PMC.pm platform.c \
 	include/parrot/core_pmcs.h core_pmcs.c \
-	CFLAGS languages/imcc/CFLAGS
+	CFLAGS languages/imcc/CFLAGS \
+	libparrot.def \
+	runtime/parrot/include/*.pasm
 
 STICKY_FILES = $(GEN_CONFIGS) $(GEN_MAKEFILES) myconfig
 
@@ -63,10 +68,10 @@
 
 GEN_HEADERS = $(INC)/vtable.h $(INC)/oplib/core_ops.h \
 	$(INC)/oplib/core_ops_prederef.h \
-	$(INC)/oplib/core_ops_switch.h
+	$(INC)/oplib/core_ops_switch.h $(INC)/jit_emit.h
 
 GEN_SOURCES = core_ops.c core_ops_prederef.c fingerprint.c nci.c \
-              core_ops_switch.c
+              core_ops_switch.c jit_cpu.c
 
 GEN_MODULES = lib/Parrot/OpLib/core.pm
 
@@ -629,7 +634,7 @@
 	$(RM_F) t/op/*.pasm t/op/*.pbc t/op/*.out t/op/*.o t/op/*.stabs.s \
 	        t/pmc/*.pasm t/pmc/*.pbc t/pmc/*.out t/pmc/*.o t/pmc/*.stabs.s \
 	        t/stress/*.pasm t/stress/*.pbc t/stress/*.out t/stress/*.o t/stress/*.stabs.s \
-	        t/src/*.o t/src/*.c
+	        t/src/*_*
 
 realclean : clean
 	$(RM_F) $(STICKY_FILES)
Index: t/src/README
===================================================================
diff -u /dev/null t/src/README
--- /dev/null	Thu Jul 24 00:11:00 2003
+++ t/src/README	Thu Jul 24 00:10:36 2003
@@ -0,0 +1,2 @@
+Don't put _ in the name of your test-script - it will be nuked by
+make testclean

Reply via email to