summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-05-18 23:52:09 +0000
committerWez Furlong <wez@php.net>2003-05-18 23:52:09 +0000
commitf00fa47cc4905e816a221a3a08706755bb8898a1 (patch)
treeb44a72ba72f7157b634fde2fbdb9dbbb9b6acf44 /Makefile.global
parent4229a483cf133c689cfe80ec945f177cfd96fb3f (diff)
downloadphp-git-f00fa47cc4905e816a221a3a08706755bb8898a1.tar.gz
MFH 4.3; tell the users that the tmpnam stuff is ok.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 2 insertions, 0 deletions
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)