summaryrefslogtreecommitdiff
path: root/build/build2.mk
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-02-23 19:26:31 +0000
committerStig Bakken <ssb@php.net>2000-02-23 19:26:31 +0000
commitc475b6112ab23705c2321db46ffa9bfa8977255c (patch)
treebe05d97f6e64a2fcc9645ffc30c70948577a3c21 /build/build2.mk
parent1e1e162e316e44e59a80637a08dc7bf584f6d74c (diff)
downloadphp-git-c475b6112ab23705c2321db46ffa9bfa8977255c.tar.gz
shut up cross compiling warnings
Diffstat (limited to 'build/build2.mk')
-rw-r--r--build/build2.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/build2.mk b/build/build2.mk
index 2d861f0935..03e42bb4ae 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -47,7 +47,7 @@ all: .deps Zend/Makefile.am TSRM/Makefile.am $(targets)
list="$$list $$i/.deps"; \
done; \
touch $$list pear/.deps $@
-
+
Zend/Makefile.am:
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)
@echo rebuilding $@
@rm -f $@
- autoheader
+ @autoheader 2>&1 | (grep -v 'warning: AC_TRY_RUN called without default to allow cross compiling'||true)
$(TOUCH_FILES):
touch $(TOUCH_FILES)
-
+
configure: aclocal.m4 configure.in $(config_m4_files)
@echo rebuilding $@
- autoconf
+ @autoconf 2>&1 | (grep -v 'warning: AC_TRY_RUN called without default to allow cross compiling'||true)