summaryrefslogtreecommitdiff
path: root/Makefile.global
Commit message (Collapse)AuthorAgeFilesLines
* * allow using the TESTS make variable again to determine which tests are runStig Bakken2002-08-161-1/+1
|
* cleaning up include files created by PHP_DEFINE when 'make distclean'edMasaki Fujimoto2002-08-131-0/+1
|
* Fix the framework supportMarko Karppinen2002-08-061-1/+1
|
* The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES orMarko Karppinen2002-08-061-2/+2
| | | | | $CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS.
* Support compiling and linking against Darwin / Mac OS X frameworksMarko Karppinen2002-08-061-1/+1
|
* Moved the cgi link line to sapi/cgi/config.m4 and stoppedMarko Karppinen2002-07-041-2/+2
| | | | | using libtool on Darwin on it
* - Let's be tad more verbose what's happening during 'make install'foobar2002-07-031-4/+6
|
* - You don't need libtool to build sapi/cli on Darwin.Marko Karppinen2002-07-011-1/+1
| | | | | | | | | | | - We don't need libtool to build sapi/cli on Darwin. - You want the sapi/cli build line to be in sapi/cli, not Makefile.global. - We want the sapi/cli build line to be in sapi/cli, not Makefile.global. - He can go about his business. - You can go about your business. - Move along. - Move along. Move along.
* This does not work with AIX find..foobar2002-06-301-2/+2
|
* Fix bug: #18008foobar2002-06-271-1/+1
|
* - Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSDDerick Rethans2002-06-261-2/+2
| | | | | and Tru64)
* Fix make test and remove a warningSander Roobol2002-05-191-1/+1
|
* Cleaned up run-tests.php, and fixed it on linux/unixSander Roobol2002-05-191-2/+1
| | | | | # and probably broke it on windows :)
* Missing dependancies..foobar2002-04-281-2/+2
|
* Be nice to php.ini-recommended users.Yasuo Ohgaki2002-04-121-1/+1
| | | | | | | php.ini-recommended uses output buffer resulting delayed output during "make test". User php.ini file is used anyway, since run-tests.php invoke php for each test from there.
* Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead ofMarko Karppinen2002-03-301-0/+3
| | | | | | | | an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool based shared build but go a static route. Goodbye libtool! # I'm committing this to enable widespear testing. # Anyone have any ideas on how to easily backport this to 4.2.0?
* Expand the variables in PHP_EXPAND_BUILD_VARS.Sascha Schumann2002-03-201-1/+1
| | | | | | | | | | | | | Make HAVE_ICONV/HAVE_LIBICONV available through the more fine-grained approach using a single include file per directive. This will significantly reduce the price of full dependencies for developers, because basically each file today includes php.h which includes php_config.h. If PHP_ATOM_INC is defined, these include files can be used. For all PHP_DEFINEs, empty files are created upon configure start.
* Somewhere along the build changes, -export-dynamic was lost.Sascha Schumann2002-03-191-2/+2
| | | | | | | Readd it. Noticed by: Stanislav Malyshev
* make test: '-c' flag doesn't work like this expects (it takes ajim winstead2002-03-181-1/+1
| | | | | directory, not a file), and this isn't necessary.
* * make "make test TESTS=..." work againStig Bakken2002-03-111-3/+2
|
* remove -module, it is added by configure.inSascha Schumann2002-03-071-1/+1
|
* Update test target from rules.mkSascha Schumann2002-03-071-2/+2
|
* Readd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).Sascha Schumann2002-03-071-3/+3
|
* Please welcome the new build system.Sascha Schumann2002-03-071-0/+71
If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt