From cvs-return-22134-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Fri Jun 10 16:25:17 2005 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 19229 invoked from network); 10 Jun 2005 16:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jun 2005 16:25:17 -0000 Received: (qmail 45711 invoked by uid 500); 10 Jun 2005 16:25:15 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 45664 invoked by uid 500); 10 Jun 2005 16:25:15 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 45651 invoked by uid 99); 10 Jun 2005 16:25:15 -0000 X-ASF-Spam-Status: No, hits=-9.6 required=10.0 tests=ALL_TRUSTED,DATE_IN_PAST_06_12,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 10 Jun 2005 09:25:14 -0700 Received: (qmail 33741 invoked by uid 65534); 10 Jun 2005 09:18:15 -0000 Message-ID: <20050610091815.33740.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r189928 - in /httpd/httpd/trunk: Makefile.in support/apxs.in Date: Fri, 10 Jun 2005 09:18:15 -0000 To: cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Fri Jun 10 02:18:14 2005 New Revision: 189928 URL: http://svn.apache.org/viewcvs?rev=3D189928&view=3Drev Log: * Makefile.in (install-build): Install mkdir.sh since it's used by the installed special.mk now; install instdso.sh as 0755. * support/apxs.in: Fix Makefile template created by -g. Modified: httpd/httpd/trunk/Makefile.in httpd/httpd/trunk/support/apxs.in Modified: httpd/httpd/trunk/Makefile.in URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/Makefile.in?rev=3D1899= 28&r1=3D189927&r2=3D189928&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/httpd/trunk/Makefile.in (original) +++ httpd/httpd/trunk/Makefile.in Fri Jun 10 02:18:14 2005 @@ -89,9 +89,11 @@ @echo Installing build system files=20 @$(MKINSTALLDIRS) $(DESTDIR)$(installbuilddir)=20 @for f in $(top_srcdir)/build/*.mk build/*.mk \ - $(top_srcdir)/build/instdso.sh $(top_builddir)/config.nice; do \ + $(top_builddir)/config.nice; do \ $(INSTALL_DATA) $$f $(DESTDIR)$(installbuilddir); \ done + @(INSTALL_PROGRAM) $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuildd= ir) + @(INSTALL_PROGRAM) $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuil= ddir) @sed "/^LIBTOOL/s#/[^ ]*/libtool \(.*\)#`$(APR_CONFIG) --apr-libtool` $(L= TFLAGS)#" \ build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk =20 Modified: httpd/httpd/trunk/support/apxs.in URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/support/apxs.in?rev=3D= 189928&r1=3D189927&r2=3D189928&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/httpd/trunk/support/apxs.in (original) +++ httpd/httpd/trunk/support/apxs.in Fri Jun 10 02:18:14 2005 @@ -662,7 +662,7 @@ all: local-shared-build =20 # install the shared object file into Apache=20 -install: install-modules +install: install-modules-yes =20 # cleanup clean: