]> granicus.if.org Git - php/commit
Remove warnings for bison and re2c checks
authorPeter Kokot <peterkokot@gmail.com>
Sun, 23 Jun 2019 13:53:19 +0000 (15:53 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Wed, 26 Jun 2019 22:59:59 +0000 (00:59 +0200)
commit798fed3b0deb1d979fd4f1916e938890c423577e
tree7e867b747eabd0c0ca0322f1ca1718f268dc1804
parent4ff44a916155e0ebcb749566da59ab177965c85c
Remove warnings for bison and re2c checks

This patch removes warnings when lexer and parser files are already
generated. For example, when downloading a PHP release. Realistically,
it is not so trivial to rebuild lexer and parser files without removing
them first. And considering that tarballs don't have cleaning tools
such as Git, this would require manual removali.

Related also to https://bugs.gentoo.org/593278
build/php.m4