]> granicus.if.org Git - php/commitdiff
add some output when generating arginfo
authorRemi Collet <remi@remirepo.net>
Thu, 2 Apr 2020 14:48:43 +0000 (16:48 +0200)
committerRemi Collet <remi@php.net>
Fri, 3 Apr 2020 08:48:20 +0000 (10:48 +0200)
build/Makefile.global

index 7774cefb7f20136f1d4afd7ddc79f7761e069c7f..7b5d2a4919146672d0805485c3790742ade903e3 100644 (file)
@@ -146,9 +146,11 @@ prof-use:
 %_arginfo.h: %.stub.php
        @if test -e "$(top_srcdir)/build/gen_stub.php"; then \
                if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
+                       echo Parse $< to generate $@;\
                        $(PHP_EXECUTABLE) $(top_srcdir)/build/gen_stub.php $<; \
                elif type php >/dev/null 2>/dev/null; then \
                        if test `php -v | head -n1 | cut -d" " -f 2 | sed "s/$$/\n7.0.99/" | sort -rV | head -n1` != "7.0.99"; then \
+                               echo Parse $< to generate $@;\
                                php $(top_srcdir)/build/gen_stub.php $<; \
                        fi; \
                fi; \