summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-14 18:23:33 +0000
committerfoobar <sniper@php.net>2003-05-14 18:23:33 +0000
commit6c4909aad0392582e5855cd8ed756d854d85c8e9 (patch)
tree9bb1bdb47741f92bbb98e91486e1c573fb575021 /Makefile.global
parent8781970a78f676deccc354243b2f1ad8c1e56f96 (diff)
downloadphp-git-6c4909aad0392582e5855cd8ed756d854d85c8e9.tar.gz
Add friendly notice when build is really completed.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 607deaece8..a23d699fd0 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -7,7 +7,9 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK
all: $(all_targets)
-
+ @echo "Build complete."
+ @echo
+
build-modules: $(PHP_MODULES)
libphp5.la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)