From dd38260e0a15ba2cd4deab8d9fd0ebcfb7b5cfa1 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 26 Sep 2002 01:10:17 +0000 Subject: [PATCH] Added message used when installing bundles git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14576 72102866-910b-0410-8b05-ffd578937521 --- messages.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/messages.make b/messages.make index e29cb4fe..470be695 100644 --- a/messages.make +++ b/messages.make @@ -35,6 +35,7 @@ ifneq ($(messages),yes) ECHO_COPYING_WEBSERVER_RESOURCES = @(echo " Copying webserver resources into the $(GNUSTEP_TYPE) wrapper..."; ECHO_COPYING_WEBSERVER_LOC_RESOURCES = @(echo " Copying localized webserver resources into the $(GNUSTEP_TYPE) wrapper..."; ECHO_CREATING_WEBSERVER_LOC_RESOURCE_DIRS = @(echo " Creating localized webserver resource dirs into the $(GNUSTEP_TYPE) wrapper..."; + ECHO_INSTALLING_BUNDLE = @(echo " Installing bundle directory..."; # Instance/Shared/headers.make ECHO_INSTALLING_HEADERS = @(echo " Installing headers..."; @@ -72,6 +73,7 @@ else ECHO_COPYING_WEBSERVER_RESOURCES = ECHO_COPYING_WEBSERVER_LOC_RESOURCES = ECHO_CREATING_WEBSERVER_LOC_RESOURCE_DIRS = + ECHO_INSTALLING_BUNDLE = ECHO_INSTALLING_HEADERS =