You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/06/10 11:18:15 UTC

svn commit: r189928 - in /httpd/httpd/trunk: Makefile.in support/apxs.in

Author: jorton
Date: Fri Jun 10 02:18:14 2005
New Revision: 189928

URL: http://svn.apache.org/viewcvs?rev=189928&view=rev
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=189928&r1=189927&r2=189928&view=diff
==============================================================================
--- 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 
 	@$(MKINSTALLDIRS) $(DESTDIR)$(installbuilddir) 
 	@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)$(installbuilddir)
+	@(INSTALL_PROGRAM) $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir)
 	@sed "/^LIBTOOL/s#/[^ ]*/libtool \(.*\)#`$(APR_CONFIG) --apr-libtool` $(LTFLAGS)#" \
 	    build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk
 

Modified: httpd/httpd/trunk/support/apxs.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/support/apxs.in?rev=189928&r1=189927&r2=189928&view=diff
==============================================================================
--- 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
 
 #   install the shared object file into Apache 
-install: install-modules
+install: install-modules-yes
 
 #   cleanup
 clean: