| Newsgroups |
perl.cvs.mod_parrot |
| Message-ID |
<[email protected]> |
cvsuser 02/09/07 12:09:57
Modified: . Makefile
Log:
Along with removing mod_parrot.diff, we no longer need to apply it
We still do the substitution on parrot/config/gen/data.pl but I will
look to see if that can be replaced by playing with arguments to
Configure.pl
Revision Changes Path
1.9 +1 -2 mod_parrot/Makefile
Index: Makefile
===================================================================
RCS file: /cvs/public/mod_parrot/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- Makefile 29 May 2002 02:17:49 -0000 1.8
+++ Makefile 7 Sep 2002 19:09:57 -0000 1.9
@@ -26,10 +26,9 @@
hsd:
LD_LIBRARY_PATH=$(PARROT_LIB_DIR):$(LD_LIBRARY_PATH) $(APACHEDIR)/bin/httpd -X
-patch: mod_parrot.diff
+patch:
perl -pi -ne 's#(.Config{ccflags})#"\1 -I$(MODPARROT_DIR) -I$(APACHEDIR)/include"#' $(PARROT_DIR)/config/init/data.pl
perl -pi -ne 's#(.Config{libs})#"\1 -L$(MODPARROT_DIR)"#' $(PARROT_DIR)/config/init/data.pl
- patch -d $(PARROT_DIR) -p0 < mod_parrot.diff
patchprint:
perl -pi -e 's/(\s+)printf\(/$1modparrot_printf(/g' $(PARROT_DIR)/core_ops.c