| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
cvsuser 02/06/20 18:06:44
Modified: . mod_parrot.diff
Log:
after my patch (ticket 719 in the parrot queue) we don't need some of
this monstrosity to build mod_parrot. Next up pmc2c.pl
Revision Changes Path
1.7 +0 -44 mod_parrot/mod_parrot.diff
Index: mod_parrot.diff
===================================================================
RCS file: /cvs/public/mod_parrot/mod_parrot.diff,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- mod_parrot.diff 8 Jun 2002 00:02:15 -0000 1.6
+++ mod_parrot.diff 21 Jun 2002 01:06:44 -0000 1.7
@@ -28,50 +28,6 @@
/* Now register the names of the PMCs */
/*
-Index: config/gen/makefiles/classes.in
-===================================================================
-RCS file: /cvs/public/parrot/config/gen/makefiles/classes.in,v
-retrieving revision 1.2
-diff -u -r1.2 classes.in
---- config/gen/makefiles/classes.in 7 Jun 2002 23:22:28 -0000 1.2
-+++ config/gen/makefiles/classes.in 7 Jun 2002 23:56:07 -0000
-@@ -8,7 +8,7 @@
-
- O_FILES = default$(O) array$(O) perlint$(O) perlstring$(O) perlnum$(O) \
- perlarray$(O) perlhash$(O) perlundef$(O) parrotpointer$(O) intqueue$(O) \
--parrotsub$(O) parrotcoroutine$(O)
-+parrotsub$(O) parrotcoroutine$(O) apache$(O)
-
- #DO NOT ADD C COMPILER FLAGS HERE
- #Add them in Configure.pl--look for the
-@@ -26,6 +26,11 @@
- $(CC) $(CFLAGS) ${cc_exe_out}$@ -c $<
-
- all : $(O_FILES)
-+
-+apache.c apache.h: apache.pmc
-+ $(PMC2C) apache.pmc
-+
-+apache$(O): $(H_FILES)
-
- array.c array.h: array.pmc
- $(PMC2C) array.pmc
-Index: config/gen/makefiles/root.in
-===================================================================
-RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
-retrieving revision 1.7
-diff -u -r1.7 root.in
---- config/gen/makefiles/root.in 7 Jun 2002 23:22:28 -0000 1.7
-+++ config/gen/makefiles/root.in 7 Jun 2002 23:56:07 -0000
-@@ -75,7 +75,7 @@
- classes/perlint$(O) classes/perlstring$(O) classes/perlnum$(O) \
- classes/perlarray$(O) classes/perlundef$(O) \
- classes/perlhash$(O) classes/parrotpointer$(O) classes/parrotsub$(O) \
--classes/parrotcoroutine$(O) classes/intqueue$(O)
-+classes/parrotcoroutine$(O) classes/intqueue$(O) classes/apache$(O)
-
- ENCODING_O_FILES = encodings/singlebyte$(O) encodings/utf8$(O) \
- encodings/utf16$(O) \
Index: include/parrot/pmc.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/pmc.h,v