From 1d408c933a3e07a6f314e8986733020ea746091b Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Jun 2010 17:32:03 +0000 Subject: * 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 --- common.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'common.mk') 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 -- cgit v1.2.3