From 6c4909aad0392582e5855cd8ed756d854d85c8e9 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 14 May 2003 18:23:33 +0000 Subject: [PATCH] Add friendly notice when build is really completed. --- Makefile.global | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.50.1