]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Install multiple files per install.sh invocation
authorStefan Fritsch <sf@apache.org>
Sun, 29 Jan 2012 20:11:55 +0000 (20:11 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 29 Jan 2012 20:11:55 +0000 (20:11 +0000)
commit4fca50f99735e584ba76d507a9343be791f5d024
tree449c517ef54610b0195148bccc53481a485a0c4c
parent95fba12ad8f284926bec1922cc06b1c70ac15089
Install multiple files per install.sh invocation

Libtool and BSD install support installing several files in one run.
Add support to install.sh and instdso.sh, too.
Replace for-loops in the Makefiles.

This reduces 'make install' time by approx. 50% because we save
lots of calls to the huge libtool shell script.

The AIX-specific magic in instdso.sh could use some testing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1237447 13f79535-47bb-0310-9956-ffa450edef68
Makefile.in
build/install.sh
build/instdso.sh
build/special.mk