summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-13 15:53:20 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-16 17:25:08 +0200
commitb09fa9ed530df47bff03b151931fa4464a388d35 (patch)
treeff62b68b44d7298d6915d2ff55f0a3b628b6d69f /.gitignore
parent12ee246ae45889004fc2c099c04cfff1ce6e8848 (diff)
downloadphp-git-b09fa9ed530df47bff03b151931fa4464a388d35.tar.gz
Simplify generated_lists generation
The `generated_lists` file is generated as a helper for build related Makefile to include a list of *.m4 files prerequisites. When some of these *.m4 files change, the configure script is regenerated when buildconf is run. This can be simplified using dynamic environment variable passed to the Makefile directly so it avoids another file from being generated in the project root directory and shipping it with the PHP release or creating a dedicated gitignore rule. This is portable across all POSIX compatible makes So this patch includes GNU Make, and everybody elses' make derivative support.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index d98d59afd4..52ab256ba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,9 +66,6 @@ configure
confdefs.h
conftest*
-# Generated by `./buildconf` script as a helper for further build/build2.mk file
-/generated_lists
-
# Generated by configure scripts on all systems
/main/internal_functions.c
/main/internal_functions_cli.c