From: Wez Furlong Date: Sun, 18 May 2003 23:52:09 +0000 (+0000) Subject: MFH 4.3; tell the users that the tmpnam stuff is ok. X-Git-Tag: RELEASE_1_0_2~753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f00fa47cc4905e816a221a3a08706755bb8898a1;p=php MFH 4.3; tell the users that the tmpnam stuff is ok. --- diff --git a/Makefile.global b/Makefile.global index a23d699fd0..c56405e7e8 100644 --- a/Makefile.global +++ b/Makefile.global @@ -7,7 +7,9 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK all: $(all_targets) + @echo @echo "Build complete." + @echo "(It is safe to ignore warnings about tempnam and tmpnam)." @echo build-modules: $(PHP_MODULES)