diff options
author | Wez Furlong <wez@php.net> | 2003-05-18 23:52:09 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-05-18 23:52:09 +0000 |
commit | f00fa47cc4905e816a221a3a08706755bb8898a1 (patch) | |
tree | b44a72ba72f7157b634fde2fbdb9dbbb9b6acf44 /Makefile.global | |
parent | 4229a483cf133c689cfe80ec945f177cfd96fb3f (diff) | |
download | php-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.global | 2 |
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) |