rasmus Thu Dec 30 14:54:47 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/build build2.mk buildcheck.sh
Log:
Remove a few more warnings. I don't think we need to scare people with
a warning about the cvsclean stuff. We'll just tell them we are
running cvsclean.
http://cvs.php.net/diff.php/php-src/build/build2.mk?r1=1.27.4.2&r2=1.27.4.3&ty=u
Index: php-src/build/build2.mk
diff -u php-src/build/build2.mk:1.27.4.2 php-src/build/build2.mk:1.27.4.3
--- php-src/build/build2.mk:1.27.4.2 Mon Dec 20 15:24:23 2004
+++ php-src/build/build2.mk Thu Dec 30 14:54:46 2004
@@ -14,7 +14,7 @@
# | Author: Sascha Schumann <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: build2.mk,v 1.27.4.2 2004/12/20 20:24:23 sniper Exp $
+# $Id: build2.mk,v 1.27.4.3 2004/12/30 19:54:46 rasmus Exp $
#
include generated_lists
@@ -39,7 +39,7 @@
@echo rebuilding $@
cat $(acconfig_h_SOURCES) > $@
-SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow
cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in
acinclude.m4 but never used|AC_PROG_LEX invoked multiple times)'||true)
+SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow
cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in
acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT
is expanded from...|the top level)'||true)
$(config_h_in): configure acconfig.h
# explicitly remove target since autoheader does not seem to work
@@ -47,7 +47,7 @@
@echo rebuilding $@
@rm -f $@
@autoheader=`./build/shtool path autoheader-2.13 autoheader`; \
- $$autoheader 2>&1 | $(SUPPRESS_WARNINGS)
+ $$autoheader -W none 2>&1 | $(SUPPRESS_WARNINGS)
$(TOUCH_FILES):
touch $(TOUCH_FILES)
http://cvs.php.net/diff.php/php-src/build/buildcheck.sh?r1=1.21.2.8&r2=1.21.2.9&ty=u
Index: php-src/build/buildcheck.sh
diff -u php-src/build/buildcheck.sh:1.21.2.8
php-src/build/buildcheck.sh:1.21.2.9
--- php-src/build/buildcheck.sh:1.21.2.8 Thu Dec 30 10:43:52 2004
+++ php-src/build/buildcheck.sh Thu Dec 30 14:54:46 2004
@@ -16,7 +16,7 @@
# | Sascha Schumann <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: buildcheck.sh,v 1.21.2.8 2004/12/30 15:43:52 rasmus Exp $
+# $Id: buildcheck.sh,v 1.21.2.9 2004/12/30 19:54:46 rasmus Exp $
#
echo "buildconf: checking installation..."
@@ -44,9 +44,7 @@
if test "$1" = "2" && test "$2" -ge "50"; then
- echo "buildconf: Your version of autoconf likely contains buggy cache code."
- echo " Running cvsclean for you."
- echo " To avoid this, install autoconf-2.13 and automake-1.5."
+ echo "buildconf: running cvsclean."
./cvsclean
stamp=
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php