summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* * Added "test" make target so you can do "make test" in any directory.Stig Bakken2000-08-292-1/+4
* mkdep.perl was replaced by mkdep.awkSascha Schumann2000-08-261-91/+0
* Add autoconf check for awk and use proper macro $(AWK)Sascha Schumann2000-08-252-2/+2
* Add new depend rule to rules_pear.mk and install mkdep.awk.Sascha Schumann2000-08-251-1/+1
* Small speedupSascha Schumann2000-08-241-5/+29
* Speed it up by moving the two sub's into the main loop.Sascha Schumann2000-08-241-11/+13
* Create dependencies using an awk script. Works much nicer in vpathSascha Schumann2000-08-242-1/+50
* Remove -DHAVE_CONFIG_H. It ain't used anywhere.Sascha Schumann2000-08-201-1/+1
* Add/update licenseSascha Schumann2000-08-202-23/+35
* Relicense build-related files under the PHP LicenseSascha Schumann2000-08-209-251/+204
* Change the C++ extension to .cppSascha Schumann2000-08-151-1/+1
* Make the cxx suffix easily adjustableSascha Schumann2000-07-101-4/+6
* Add support for building C++ sources.Sascha Schumann2000-07-092-7/+21
* Fix overlooked core->main changeRasmus Lerdorf2000-06-112-2/+2
* Prepare move of the top-level source files to the core directory.Sascha Schumann2000-06-112-2/+2
* Remove unnecessary second cat invocationSascha Schumann2000-06-111-5/+2
* PRE_INCLUDE hack revertedDavid Hedbor2000-06-061-4/+4
* Added a new user-definable include variable, PRE_INCLUDES. It worksDavid Hedbor2000-06-051-4/+4
* Accept CVS version of libtool (1.3c)Sascha Schumann2000-05-251-1/+1
* Cosmetic changeSascha Schumann2000-05-181-1/+1
* Use "mkdir -p" instead of "test -d || mkdir" where possibleSascha Schumann2000-05-151-1/+1
* Remove directory test when creating directories using mkdir -pSascha Schumann2000-05-121-2/+2
* Upgrade shtool to 1.4.9 and fix "mkdir -p" behaviour. Patch has beenSascha Schumann2000-05-121-76/+85
* `.deps' are sourced only by Makefiles created by fastgen.sh, so it makesSascha Schumann2000-05-043-3/+3
* Remove trailing slash(es) from pathnamesSascha Schumann2000-05-041-2/+2
* Fix building external extensions.Sascha Schumann2000-05-021-32/+22
* Move install-modules target into top-level Makefile templateSascha Schumann2000-05-021-7/+0
* Preset extension_dir to the installation directory of PHP modules.Sascha Schumann2000-05-021-1/+1
* Get rid of old cruft. Broke build on Irix.Sascha Schumann2000-05-011-15/+0
* Improved in-tree shared libraries build systemSascha Schumann2000-05-013-35/+26
* Overall UNIX build system improvements:Sascha Schumann2000-04-304-22/+26
* Oops, wrong pathRasmus Lerdorf2000-04-291-1/+1
* An empty .deps was not getting generated hereRasmus Lerdorf2000-04-291-1/+1
* Remove trailing slashSascha Schumann2000-03-301-1/+1
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-252-2/+2
* WTF?Sascha Schumann2000-02-241-2/+0
* shut up cross compiling warningsStig Bakken2000-02-231-4/+4
* Use 'cp' instead of 'install'.Andrei Zmievski2000-02-221-1/+1
* @- Updated the browscap module to work with PHP 4.0 (Zeev)Zeev Suraski2000-02-161-0/+2
* Add test to avoid recursion, if the build environment is notSascha Schumann2000-02-161-1/+4
* Allow shared libraries to be built everywhereSascha Schumann2000-01-261-1/+4
* Full gear backwards. We still need acconfig.h.in for additional acconfig.hSascha Schumann2000-01-121-0/+6
* acconfig.h.in became superflicious when we removed the config.h.stubs.Sascha Schumann2000-01-121-6/+0
* Make cvsclean work on AIXSascha Schumann2000-01-121-1/+1
* FreeBSD 2.x/3.x fix.Sascha Schumann2000-01-031-2/+2
* Y2K updatesSascha Schumann2000-01-017-8/+8
* Synchronize with rules.mkSascha Schumann1999-12-311-15/+30
* Perform manual interpolation for EXTRA_INCLUDES and EXTRA_CFLAGSSascha Schumann1999-12-311-6/+4
* Fix for Solaris incapabilitySascha Schumann1999-12-301-3/+4
* Remove second {}, that shouldn't be thereSascha Schumann1999-12-301-1/+1