From tomcat-dev-return-40011-apmail-jakarta-tomcat-dev-archive=jakarta.apache.org@jakarta.apache.org Wed Feb 11 23:09:51 2004 Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 88953 invoked from network); 11 Feb 2004 23:09:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Feb 2004 23:09:50 -0000 Received: (qmail 82811 invoked by uid 500); 11 Feb 2004 23:09:24 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 82762 invoked by uid 500); 11 Feb 2004 23:09:24 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 82722 invoked from network); 11 Feb 2004 23:09:23 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 11 Feb 2004 23:09:23 -0000 Received: (qmail 6949 invoked by uid 65534); 11 Feb 2004 23:09:29 -0000 Received: from p50926611.dip.t-dialin.net (EHLO wstst06) (80.146.102.17) by mail.gmx.net (mp015) with SMTP; 12 Feb 2004 00:09:29 +0100 X-Authenticated: #1766531 Date: Thu, 12 Feb 2004 00:09:23 +0100 From: Guenter Knauf Reply-To: Guenter Knauf To: tomcat-dev@jakarta.apache.org Subject: [PATCH] ./jk/native2/Makefile.in - add apxs install target Message-ID: X-Mailer: AK-Mail 3.5 [ger] (registered, single user license) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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