mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Use ECHO_NOTHING, ECHO_CREATING, END_ECHO. Distclean all files in a single
shell command. Removed unused .PHONY target. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17910 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
15a3cd8f3b
commit
d06e9f6c2d
1 changed files with 8 additions and 9 deletions
|
@ -42,12 +42,12 @@
|
|||
# after-all::
|
||||
|
||||
$(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional:
|
||||
$(MKDIRS) $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional
|
||||
$(ECHO_CREATING)$(MKDIRS) $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional$(END_ECHO)
|
||||
|
||||
# Things to do before installing
|
||||
before-install:: $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional
|
||||
$(INSTALL_DATA) base.make \
|
||||
$(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional/base.make
|
||||
$(ECHO_NOTHING)$(INSTALL_DATA) base.make \
|
||||
$(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional/base.make$(END_ECHO)
|
||||
|
||||
# Things to do after installing
|
||||
# after-install::
|
||||
|
@ -69,10 +69,12 @@ before-install:: $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional
|
|||
|
||||
# Things to do after distcleaning
|
||||
after-distclean::
|
||||
rm -f config.status config.log config.cache TAGS config.mak base.make
|
||||
rm -f Headers/Additions/GNUstepBase/config.h \
|
||||
$(ECHO_NOTHING)\
|
||||
rm -f config.status config.log config.cache TAGS config.mak base.make \
|
||||
Headers/Additions/GNUstepBase/config.h \
|
||||
Headers/Additions/GNUstepBase/GSConfig.h \
|
||||
Headers/Additions/GNUstepBase/preface.h
|
||||
Headers/Additions/GNUstepBase/preface.h\
|
||||
$(END_ECHO)
|
||||
|
||||
# Things to do before checking
|
||||
# before-check::
|
||||
|
@ -80,9 +82,6 @@ after-distclean::
|
|||
# Things to do after checking
|
||||
# after-check::
|
||||
|
||||
.PHONY:
|
||||
|
||||
|
||||
# Automatically run ./configure if needed to generate the makefiles
|
||||
# which we need in order to do our job. If you need any special
|
||||
# argument to ./configure, you can't rely on this rule, and you must
|
||||
|
|
Loading…
Reference in a new issue