Skip to content

Commit 75b01c7

Browse files
committed
add some output when generating arginfo
1 parent e11d3b1 commit 75b01c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Makefile.global

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,11 @@ prof-use:
146146
%_arginfo.h: %.stub.php
147147
@if test -e "$(top_srcdir)/build/gen_stub.php"; then \
148148
if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
149+
echo Parse $< to generate $@;\
149150
$(PHP_EXECUTABLE) $(top_srcdir)/build/gen_stub.php $<; \
150151
elif type php >/dev/null 2>/dev/null; then \
151152
if test `php -v | head -n1 | cut -d" " -f 2 | sed "s/$$/\n7.0.99/" | sort -rV | head -n1` != "7.0.99"; then \
153+
echo Parse $< to generate $@;\
152154
php $(top_srcdir)/build/gen_stub.php $<; \
153155
fi; \
154156
fi; \

0 commit comments

Comments
 (0)