summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-14 17:32:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-14 17:32:03 +0000
commit1d408c933a3e07a6f314e8986733020ea746091b (patch)
tree6091c629ff0df7e6686b93a16adb90400b110af6 /common.mk
parent3a4231cdf47dadb91ebc9b5c6835033540cd624b (diff)
* Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaning
targets. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/common.mk b/common.mk
index 5febcedec9..255761f151 100644
--- a/common.mk
+++ b/common.mk
@@ -380,7 +380,6 @@ clean-golf: PHONY
@$(RM) $(GORUBY)$(EXEEXT) $(GOLFOBJS)
clean-rdoc: PHONY
clean-extout: PHONY
- @-$(RMDIRS) $(EXTOUT)/$(arch)
distclean: distclean-ext distclean-local distclean-enc distclean-golf distclean-extout
distclean-local:: clean-local
@@ -392,7 +391,6 @@ distclean-golf: clean-golf
@$(RM) $(GOLFPRELUDES)
distclean-rdoc: PHONY
distclean-extout: clean-extout
- @-$(RMDIRS) $(EXTOUT)
realclean:: realclean-ext realclean-local realclean-enc realclean-golf realclean-extout
realclean-local:: distclean-local
@@ -401,9 +399,7 @@ realclean-ext::
realclean-golf: distclean-golf
realclean-extout: distclean-extout
-clean-enc distclean-enc realclean-enc:
- @echo $(@:-enc=ing) encodings
- @-$(MAKE) -f $(ENC_MK) $(MFLAGS) $(@:-enc=)
+clean-enc distclean-enc realclean-enc: PHONY
check: test test-all
check-ruby: test test-ruby