]> git.pld-linux.org Git - packages/apache.git/blame - apache-syslibs.patch
- more verbose files in system-wide dirs
[packages/apache.git] / apache-syslibs.patch
CommitLineData
faca1a97
ER
1--- httpd-2.2.0/configure.in~ 2005-12-18 02:38:31.000000000 +0200
2+++ httpd-2.2.0/configure.in 2005-12-18 02:40:04.000000000 +0200
3@@ -584,9 +584,9 @@
4 [Listening sockets are non-blocking when there are more than 1])
5 fi
6
7-APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile)
8+APACHE_FAST_OUTPUT(Makefile modules/Makefile)
9 APACHE_FAST_OUTPUT(os/Makefile server/Makefile)
10-APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile)
11+APACHE_FAST_OUTPUT(support/Makefile)
12
13 if test -d ./test; then
14 APACHE_FAST_OUTPUT(test/Makefile)
15--- httpd-2.2.0/Makefile.in 2005-12-18 02:41:25.000000000 +0200
16+++ httpd-2.2.0/Makefile.in 2005-12-18 02:38:31.000000000 +0200
17@@ -1,5 +1,5 @@
18
19-SUBDIRS = srclib os server modules support
20+SUBDIRS = os server modules support
21 CLEAN_SUBDIRS = test
22
23 PROGRAM_NAME = $(progname)
This page took 0.032405 seconds and 4 git commands to generate.