From f00fa47cc4905e816a221a3a08706755bb8898a1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 18 May 2003 23:52:09 +0000 Subject: [PATCH] MFH 4.3; tell the users that the tmpnam stuff is ok. --- Makefile.global | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.50.1