From 370882bb598599a768b2fe05c7997d6248b68419 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 17 Oct 2018 06:06:50 +0200 Subject: Remove stamp-h The stamp-* files can be used as helpers for Makefiles to not redo certain targets again. The stamp-h are mentioned in the Autoconf docs [1] to help generate the config.h file. Since the usage of stamp-h file was removed in 232afa4816c60a20d3db48c304ac59312d46ec46 this patch cleans few obsolete occurrences. This patch also removes two occurrences of `main/stamp-h1` and `main/streams/stamp-h1` rules in the .gitignore file since they are not generated with the current build systems anymore. The `stamp-h$am_indx` files were once generated using aclocal and automake. [1] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1ee16de4c7..9bd5c8f26a 100644 --- a/.gitignore +++ b/.gitignore @@ -71,19 +71,15 @@ php_test_results_*.txt php_version.h results.txt shlibtool -stamp-h test.php3 tmp-php.ini -stamp-h.in scan_makefile_in.awk main/php_config.h main/php_config.h.in main/build-defs.h main/internal_functions_cli.c main/config.w32.h -main/stamp-h1 main/streams/build-defs.h -main/streams/stamp-h1 pear/install-pear-nozlib.phar pear/phpize pear/run-tests -- cgit v1.2.1