mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 08:50:54 +00:00
Define ECHO_STRIPPING and ECHO_CHOWNING
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16818 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b1187b1ee0
commit
fe7eb27c4a
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,8 @@ ifneq ($(messages),yes)
|
|||
ECHO_UNINSTALLING = @(echo " Uninstalling $(GNUSTEP_TYPE) $(GNUSTEP_INSTANCE)...";
|
||||
ECHO_COPYING_INTO_DIR = @(echo " Copying $(GNUSTEP_TYPE) $(GNUSTEP_INSTANCE) into $(COPY_INTO_DIR)...";
|
||||
ECHO_CREATING = @(echo " Creating $@...";
|
||||
ECHO_CHOWNING = @(echo " Fixing ownership of installed file(s)...";
|
||||
ECHO_STRIPPING = @(echo " Stripping object file...";
|
||||
|
||||
# ECHO_NOTHING is still better than hardcoding @(, because ECHO_NOTHING
|
||||
# prints nothing if messages=no, but it prints all messages when
|
||||
|
@ -92,6 +94,8 @@ else
|
|||
ECHO_COPYING_INTO_DIR =
|
||||
ECHO_CREATING =
|
||||
ECHO_NOTHING =
|
||||
ECHO_CHOWNING =
|
||||
ECHO_STRIPPING =
|
||||
|
||||
ECHO_COPYING_RESOURCES =
|
||||
ECHO_COPYING_LOC_RESOURCES =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue