Hi,
the patch below adds an install target for apxs build to the Makefile.

http://www.gknw.com/test/Makefile.in.diff
==================================================================
--- ./jk/native2/Makefile.in.orig   Mon Nov 10 12:15:04 2003
+++ ./jk/native2/Makefile.in        Wed Feb 11 23:54:12 2004
@@ -22,6 +22,15 @@
        fi; \
        done;
 
+jk2-build-apxs-install:
+       list='@WEBSERVERS@'; \
+       for i in $$list; do \
+               echo "Making $$target in $$i and installing"; \
+               if test "$$i" != "."; then \
+               (cd $$i && $(MAKE) -f Makefile.apxs install) || exit 1; \
+       fi; \
+       done;
+
 jk2-clean:
        list='@WEBSERVERS@'; \
        for i in $$list; do \


Guenter.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to