ruby-changes:22804
From: nobu <ko1@a...>
Date: Wed, 29 Feb 2012 13:07:14 +0900 (JST)
Subject: [ruby-changes:22804] nobu:r34853 (trunk): clean-platform
nobu 2012-02-29 13:07:03 +0900 (Wed, 29 Feb 2012) New Revision: 34853 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34853 Log: clean-platform * Makefile.in, win32/Makefile.sub (clean-platform): use macro instead hardcoded path names. Modified files: trunk/Makefile.in trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 34852) +++ win32/Makefile.sub (revision 34853) @@ -923,7 +923,7 @@ -$(Q)$(RMALL) $(CAPIOUT:/=\) clean-platform: - $(Q)$(RM) $(PLATFORM_DIR)\.time + $(Q)$(RM) $(PLATFORM_D:/=\) -$(Q)$(RMDIR) $(PLATFORM_DIR:/=\) clean-ext distclean-ext realclean-ext:: Index: Makefile.in =================================================================== --- Makefile.in (revision 34852) +++ Makefile.in (revision 34853) @@ -348,7 +348,7 @@ $(Q)$(RMALL) $(CAPIOUT) clean-platform: - @$(RM) $(PLATFORM_DIR)/.time + @$(RM) $(PLATFORM_D) -$(Q) $(RMDIR) $(PLATFORM_DIR) 2> /dev/null || true ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/