mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Use ECHO_NOTHING, END_ECHO
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17907 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0dbac648a3
commit
211ff94767
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ before-install::
|
|||
|
||||
# Things to do after installing
|
||||
after-install::
|
||||
@if [ ! -f $(dtddir) ]; then \
|
||||
$(ECHO_NOTHING)if [ ! -f $(dtddir) ]; then \
|
||||
$(MKDIRS) $(dtddir); \
|
||||
fi; \
|
||||
for file in $(DTD_FILES); do \
|
||||
|
@ -77,6 +77,7 @@ after-install::
|
|||
echo "remote systems should be probed), and you should addd this"; \
|
||||
echo "startup command to your system boot scripts!"; \
|
||||
echo "************************************************************"; \
|
||||
$(END_ECHO)
|
||||
|
||||
# Things to do before uninstalling
|
||||
# before-uninstall::
|
||||
|
|
Loading…
Reference in a new issue