]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Overall UNIX build system improvements:
authorSascha Schumann <sascha@apache.org>
Sun, 30 Apr 2000 00:06:07 +0000 (00:06 +0000)
committerSascha Schumann <sascha@apache.org>
Sun, 30 Apr 2000 00:06:07 +0000 (00:06 +0000)
commit99fa11cb5f289491c595a27bc8c1471b46081c30
treec90bdd4e0fa55960acd7b7ec6a869d0a8e144f6e
parent0cfb1d0be3114ff70b5025d0763b7d8d39ea166e
Overall UNIX build system improvements:

* Makefile header is now completely dynamic
* Absolute paths everywhere
  (fixes Tru64 support)
* Get rid of LTLIBRARY_SHARED_NAME rule in library.mk
  (fixes Irix support, untested)
* VPATH does not contain variables anymore
  (fixes UnixWare support)
* Remove inclusion of program.mk in support/Makefile.in
  (PROGRAM_NAME is empty => breaks Irix and others)
* Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks
  (might fix OpenBSD pthread.h-detection, untested)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85102 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
Makefile.in
build/fastgen.sh
build/library.mk
build/rules.mk
configure.in
modules/Makefile.in
modules/aaa/Makefile.in
os/Makefile.in
os/beos/Makefile.in
os/os2/Makefile.in
os/unix/Makefile.in
server/Makefile.in
server/mpm/Makefile.in
server/mpm/dexter/Makefile.in
server/mpm/mpmt_beos/Makefile.in
server/mpm/mpmt_pthread/Makefile.in
server/mpm/prefork/Makefile.in
server/mpm/spmt_os2/Makefile.in
srclib/Makefile.in
support/Makefile.in