mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
shut up cross compiling warnings
This commit is contained in:
parent
1e1e162e31
commit
c475b6112a
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)
|
||||||
list="$$list $$i/.deps"; \
|
list="$$list $$i/.deps"; \
|
||||||
done; \
|
done; \
|
||||||
touch $$list pear/.deps $@
|
touch $$list pear/.deps $@
|
||||||
|
|
||||||
Zend/Makefile.am:
|
Zend/Makefile.am:
|
||||||
test -d Zend || (test -d ../Zend && ln -s ../Zend Zend)
|
test -d Zend || (test -d ../Zend && ln -s ../Zend Zend)
|
||||||
|
|
||||||
|
@ -79,11 +79,11 @@ $(config_h_in): configure acconfig.h
|
||||||
# correctly otherwise (timestamps are not updated)
|
# correctly otherwise (timestamps are not updated)
|
||||||
@echo rebuilding $@
|
@echo rebuilding $@
|
||||||
@rm -f $@
|
@rm -f $@
|
||||||
autoheader
|
@autoheader 2>&1 | (grep -v 'warning: AC_TRY_RUN called without default to allow cross compiling'||true)
|
||||||
|
|
||||||
$(TOUCH_FILES):
|
$(TOUCH_FILES):
|
||||||
touch $(TOUCH_FILES)
|
touch $(TOUCH_FILES)
|
||||||
|
|
||||||
configure: aclocal.m4 configure.in $(config_m4_files)
|
configure: aclocal.m4 configure.in $(config_m4_files)
|
||||||
@echo rebuilding $@
|
@echo rebuilding $@
|
||||||
autoconf
|
@autoconf 2>&1 | (grep -v 'warning: AC_TRY_RUN called without default to allow cross compiling'||true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue