mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Improved echoing of messages during linking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13869 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fdadb261c0
commit
5e95dfe317
1 changed files with 2 additions and 2 deletions
|
@ -123,10 +123,10 @@ build-bundle:: $(GSWBUNDLE_FILE) \
|
|||
|
||||
|
||||
$(GSWBUNDLE_FILE) : $(OBJ_FILES_TO_LINK)
|
||||
$(GSWBUNDLE_LD) $(GSWBUNDLE_LDFLAGS) \
|
||||
$(ECHO_LINKING)$(GSWBUNDLE_LD) $(GSWBUNDLE_LDFLAGS) \
|
||||
$(ALL_LDFLAGS) -o $(LDOUT)$(GSWBUNDLE_FILE) \
|
||||
$(OBJ_FILES_TO_LINK) \
|
||||
$(ALL_GSWBUNDLE_LIBS)
|
||||
$(ALL_GSWBUNDLE_LIBS)$(END_ECHO)
|
||||
|
||||
gswbundle-components :: $(GSWBUNDLE_DIR_NAME)
|
||||
ifneq ($(strip $(COMPONENTS)),)
|
||||
|
|
Loading…
Reference in a new issue