mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
02c1f3293e
Changes: - Joins build/build.mk and build/build2.mk files together since there isn't any practical reason for having two different files with the current build system. - Makefile is now more portable. All special syntaxes are omitted, for example, a conditional assignment operators `?=`. This makes buildconf more useful on Solaris make derivative, so there is no longer need to override make with gmake: `MAKE=gmake ./buildconf`. - Suppressing autoconf and autoheader warnings is not needed anymore with current build system. Instead, the option `-Wall` has been used when running `./buildconf --debug` to get more useful debug info about current M4. |
||
---|---|---|
.. | ||
ax_check_compile_flag.m4 | ||
ax_gcc_func_attribute.m4 | ||
build.mk | ||
buildcheck.sh | ||
config-stubs | ||
config.guess | ||
config.sub | ||
genif.sh | ||
libtool.m4 | ||
ltmain.sh | ||
Makefile.gcov | ||
Makefile.global | ||
order_by_dep.awk | ||
php_cxx_compile_stdcxx.m4 | ||
pkg.m4 | ||
print_include.awk | ||
shtool |