You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Guenter Knauf <ef...@gmx.net> on 2004/02/12 00:09:23 UTC

[PATCH] ./jk/native2/Makefile.in - add apxs install target

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

Posted by Henri Gomez <hg...@apache.org>.
Guenter Knauf a écrit :

> Hi Henri,
> 
>>Commited Thanks
> 
> hmm, doesnt work, maybe another copy&paste error?

Yes another one ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

Posted by Guenter Knauf <ef...@gmx.net>.
Hi Henri,
> Commited Thanks
hmm, doesnt work, maybe another copy&paste error?
================================================
--- nsapi.dsp.orig      Mon Feb 09 20:41:02 2004
+++ nsapi.dsp           Sun Feb 08 22:21:13 2004
@@ -242,8 +242,7 @@
 
 SOURCE=..\common\jk_worker.h
 # End Source File
-# Begin Source File
-
+# End Group
 # Begin Group "Resource Files"
 
 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"


> Mike/Mladen, ok to remove *.dsw ?


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [PATCH] ./native/netscape/nsapi.dsp - remove obsolete files

Posted by Henri Gomez <hg...@apache.org>.
Günter Knauf a écrit :

> Hi,
> the patch below removes the obsolete files from the project file; 
> in addition I'd suggest to remove both *.dsw files from ./jk/native/netscape and ./jk/native/jni folders cause they are not needed - MSVC creates then self.

Commited Thanks

Mike/Mladen, ok to remove *.dsw ?


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org