Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * allow using the TESTS make variable again to determine which tests are run | Stig Bakken | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | cleaning up include files created by PHP_DEFINE when 'make distclean'ed | Masaki Fujimoto | 2002-08-13 | 1 | -0/+1 |
| | |||||
* | Fix the framework support | Marko Karppinen | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or | Marko Karppinen | 2002-08-06 | 1 | -2/+2 |
| | | | | | $CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS. | ||||
* | Support compiling and linking against Darwin / Mac OS X frameworks | Marko Karppinen | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | Moved the cgi link line to sapi/cgi/config.m4 and stopped | Marko Karppinen | 2002-07-04 | 1 | -2/+2 |
| | | | | | using libtool on Darwin on it | ||||
* | - Let's be tad more verbose what's happening during 'make install' | foobar | 2002-07-03 | 1 | -4/+6 |
| | |||||
* | - You don't need libtool to build sapi/cli on Darwin. | Marko Karppinen | 2002-07-01 | 1 | -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.. | foobar | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Fix bug: #18008 | foobar | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | - Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSD | Derick Rethans | 2002-06-26 | 1 | -2/+2 |
| | | | | | and Tru64) | ||||
* | Fix make test and remove a warning | Sander Roobol | 2002-05-19 | 1 | -1/+1 |
| | |||||
* | Cleaned up run-tests.php, and fixed it on linux/unix | Sander Roobol | 2002-05-19 | 1 | -2/+1 |
| | | | | | # and probably broke it on windows :) | ||||
* | Missing dependancies.. | foobar | 2002-04-28 | 1 | -2/+2 |
| | |||||
* | Be nice to php.ini-recommended users. | Yasuo Ohgaki | 2002-04-12 | 1 | -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 of | Marko Karppinen | 2002-03-30 | 1 | -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 Schumann | 2002-03-20 | 1 | -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 Schumann | 2002-03-19 | 1 | -2/+2 |
| | | | | | | | Readd it. Noticed by: Stanislav Malyshev | ||||
* | make test: '-c' flag doesn't work like this expects (it takes a | jim winstead | 2002-03-18 | 1 | -1/+1 |
| | | | | | directory, not a file), and this isn't necessary. | ||||
* | * make "make test TESTS=..." work again | Stig Bakken | 2002-03-11 | 1 | -3/+2 |
| | |||||
* | remove -module, it is added by configure.in | Sascha Schumann | 2002-03-07 | 1 | -1/+1 |
| | |||||
* | Update test target from rules.mk | Sascha Schumann | 2002-03-07 | 1 | -2/+2 |
| | |||||
* | Readd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106). | Sascha Schumann | 2002-03-07 | 1 | -3/+3 |
| | |||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 1 | -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 |