Derick Rethans
19ae16a693
- Fix "make test" when CC was set to something with a parameter
23 years ago
Sascha Schumann
7b2fd2c6c9
Use $(INSTALL) rather than cp to install modules.
$(INSTALL) will usually unlink the target file first, so that in-memory
instances of the old file don't get simply overwritten (and crash and burn).
23 years ago
Sascha Schumann
0f2ae50178
Add missing $(INSTALL_ROOT)
24 years ago
Derick Rethans
55a7590f3d
Discuss first!
24 years ago
Yasuo Ohgaki
1fb8331fc0
Fixed more ini settings.
# Derick. Be responsible to your change and opinion.
# These are settings I know that should be set.
# There may be other settingis must be set to make
# run-tests.php work as expected.
24 years ago
Ilia Alshanetsky
c371b6c5f9
Allows 'make test' to run without being harassed by open_basedir & safe_mode.
24 years ago
Jan Lehnardt
e96e0ae002
- use the cc that was detected by ./configure when determining version
information in run-tests.php
24 years ago
Derick Rethans
a729a63a23
- Remove this messed up thing AGAIN
#- Yasuo: touch it and I'll fly over applying a YART on you.
24 years ago
Yasuo Ohgaki
4dfba15201
Fixed buffring issue again.
24 years ago
Stefan Esser
e83ca7dc85
fix make test for an external build dir setup
24 years ago
foobar
12fc60c625
- Revert the undiscussed change.
#
# Yasuo, don't you think there was a reason to drop this???
# Please, discuss these things before you go and change something.
#
24 years ago
Yasuo Ohgaki
54fdd7a8f0
Hmm. -c options was there, but removed.
It is _needed_ for php.ini users uses buffer by default.
24 years ago
Derick Rethans
0e15cf7ac9
- Drop dependency on fixed php.ini
24 years ago
Yasuo Ohgaki
d378a2c959
Remove space
24 years ago
Sascha Schumann
2405fcf38c
Apparently, Solaris 2.6's find is overwhelmed with more than 2 -names per
invocation (add some parantheses and it segfaults). And thus, we split
the clean target up.
24 years ago
Sascha Schumann
5c35fad893
Fix some typos
24 years ago
Sascha Schumann
e6e54605b7
Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.
Move sapi-specific makefile fragments to their respective directory.
Create an embed sapi module which resides in its own dir now.
24 years ago
Edin Kadribasic
946206f0d2
Added php/embed toolkit for embedding PHP engine into C/C++ applications.
See my post to php-dev on the subject.
24 years ago
Stig Bakken
197c300860
* allow using the TESTS make variable again to determine which tests are run
24 years ago
Masaki Fujimoto
2eaa0f6ea1
cleaning up include files created by PHP_DEFINE when 'make distclean'ed
24 years ago
Marko Karppinen
107a9efbd9
Fix the framework support
24 years ago
Marko Karppinen
6d80c191bb
The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES or
$CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS.
24 years ago
Marko Karppinen
5611c2fc78
Support compiling and linking against Darwin / Mac OS X frameworks
24 years ago
Marko Karppinen
a6eeec28b6
Moved the cgi link line to sapi/cgi/config.m4 and stopped
using libtool on Darwin on it
24 years ago
foobar
bb0d7d6e31
- Let's be tad more verbose what's happening during 'make install'
24 years ago
Marko Karppinen
23de5d1c20
- You don't need libtool to build sapi/cli on Darwin.
- 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.
24 years ago
foobar
905f56fd7d
This does not work with AIX find..
24 years ago
foobar
2f492735f4
Fix bug: #18008
24 years ago
Derick Rethans
d1c4ea779b
- Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSD
and Tru64)
24 years ago
Sander Roobol
f3a8a7d6bb
Fix make test and remove a warning
24 years ago
Sander Roobol
c9872c9199
Cleaned up run-tests.php, and fixed it on linux/unix
# and probably broke it on windows :)
24 years ago
foobar
87a4bdca37
Missing dependancies..
24 years ago
Yasuo Ohgaki
22919a4d36
Be nice to php.ini-recommended users.
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.
24 years ago
Marko Karppinen
676afb33b8
Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
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?
24 years ago
Sascha Schumann
350de12bc2
Expand the variables in PHP_EXPAND_BUILD_VARS.
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.
24 years ago
Sascha Schumann
27bf1db90b
Somewhere along the build changes, -export-dynamic was lost.
Readd it.
Noticed by: Stanislav Malyshev
24 years ago
jim winstead
c91474615c
make test: '-c' flag doesn't work like this expects (it takes a
directory, not a file), and this isn't necessary.
24 years ago
Stig Bakken
b34300b070
* make "make test TESTS=..." work again
24 years ago
Sascha Schumann
65ae7c5df2
remove -module, it is added by configure.in
24 years ago
Sascha Schumann
d404480b88
Update test target from rules.mk
24 years ago
Sascha Schumann
a1bc7d3791
Readd ZEND_EXTRA_LIBS (as in Makefile.in rev 1.106).
24 years ago
Sascha Schumann
9d9d39a0de
Please welcome the new build system.
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
24 years ago