mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Print a message while installing headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13876 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e44f15135
commit
a5bc8485c0
1 changed files with 2 additions and 2 deletions
|
@ -78,12 +78,12 @@ ifeq ($(GNUSTEP_DEVELOPER),)
|
|||
#
|
||||
|
||||
shared-instance-headers-install: $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)
|
||||
for file in $(HEADER_FILES) __done; do \
|
||||
$(ECHO_INSTALLING_HEADERS)for file in $(HEADER_FILES) __done; do \
|
||||
if [ $$file != __done ]; then \
|
||||
$(INSTALL_DATA) $(HEADER_FILES_DIR)/$$file \
|
||||
$(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)/$$file; \
|
||||
fi; \
|
||||
done
|
||||
done$(END_ECHO)
|
||||
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in a new issue