more distclean and maintainer-clean fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11968 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d090cadb4c
commit
3289c7d897
2 changed files with 3 additions and 5 deletions
|
|
@ -342,10 +342,7 @@ distclean-examples:
|
|||
@cd Examples && $(MAKE) -k -s distclean
|
||||
|
||||
distclean-ccache:
|
||||
test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) -s distclean)
|
||||
|
||||
distclean-docs-ccache:
|
||||
@test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) distclean-docs)
|
||||
@test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) -s distclean)
|
||||
|
||||
distclean-dead:
|
||||
rm -f $(DISTCLEAN-DEAD)
|
||||
|
|
@ -360,6 +357,8 @@ distclean-dead:
|
|||
maintainer-clean:
|
||||
@echo maintainer-cleaning source
|
||||
@cd $(SOURCE) && $(MAKE) -k -s maintainer-clean
|
||||
@echo maintainer-cleaning CCache
|
||||
@test -z "$(ENABLE_CCACHE)" || (cd $(CCACHE) && $(MAKE) -s maintainer-clean)
|
||||
@echo maintainer-cleaning docs
|
||||
@cd $(DOCS) && $(MAKE) -k -s maintainer-clean
|
||||
@echo maintainer-cleaning Lib files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue