]> granicus.if.org Git - php/commit
Join build makefiles together
authorPeter Kokot <peterkokot@gmail.com>
Tue, 16 Apr 2019 22:09:36 +0000 (00:09 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Wed, 17 Apr 2019 19:52:58 +0000 (21:52 +0200)
commit02c1f3293ea2f5ef2d712c93cad3964e382e4fb0
treec80c19a713c0032859c25287586746eb6b75e317
parent663056aa5f161854d4255bfb66526e71bbf4f639
Join build makefiles together

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.
build/build.mk
build/build2.mk [deleted file]
buildconf