From b1f4bf8aa272ffb291ece376b19fc205b1ec06f2 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 7 Jul 2014 07:08:06 +0000 Subject: common.mk: integrate clean targets * common.mk (clean-rdoc, clean-capi, clean-platform): integrate from Makefile.in and win32/Makefile.sub. * win32/Makefile.sub (RMALL): now use rm.bat instead of rmall.bat which does not handle any options and convert slashes. * win32/rmall.bat: no longer used. use rm.bat with -r instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fe5b7c15ae..8aff0b1903 100644 --- a/Makefile.in +++ b/Makefile.in @@ -425,17 +425,6 @@ clean-enc distclean-enc realclean-enc: echo $(@:-enc=ing) encodings; \ exec $(MAKE) -f $(ENC_MK) $(MFLAGS) $(@:-enc=) -clean-rdoc distclean-rdoc realclean-rdoc: - @echo $(@:-rdoc=ing) rdoc - $(Q)$(RMALL) $(RDOCOUT) -clean-capi distclean-capi realclean-capi: - @echo $(@:-capi=ing) capi - $(Q)$(RMALL) $(CAPIOUT) - -clean-platform: - @$(RM) $(PLATFORM_D) - -$(Q) $(RMDIR) $(PLATFORM_DIR) 2> /dev/null || true - ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP) $(ECHO) compiling $@ $(Q) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c -- cgit v1.2.3