From: foobar Date: Wed, 14 May 2003 18:23:33 +0000 (+0000) Subject: Add friendly notice when build is really completed. X-Git-Tag: RELEASE_1_0_2~807 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c4909aad0392582e5855cd8ed756d854d85c8e9;p=php Add friendly notice when build is really completed. --- 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)