diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-07-21 11:40:23 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-07-21 11:40:23 +0200 |
commit | ef165b4422f4cef60f963833dddffa26fe1b2759 (patch) | |
tree | dda283e7e898f2346e65bf0e8a9d93af5e46cec4 /ext/reflection/php_reflection.c | |
parent | 1b969a74d08bff4dc13b613230658245de8d68c8 (diff) | |
download | php-git-ef165b4422f4cef60f963833dddffa26fe1b2759.tar.gz |
Remove build.mk usage
First step when creating the `configure` script is currently using
make. This is helpful when developing buildsystem to only rebuild
`configure` and `main/php_config.h.in` files when one of the *.m4
or configure.ac file changes and saves the developer time a little.
Realistically however, it is not needed that much considering the
times of several seconds to fully rebuild the configure script and
configuration header. The next step when running the `configure`
script is much more time consuming so performance on buildconf
level is a bit questionable and won't be noticed on today's
systems.
Additionally:
- buildconf now removes cache and all targets and uses -f option on
the first step i.e. autoconf. The autoheader does not need the -f
option in this case.
Closes GH-4437
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions