mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
clean-platform
* Makefile.in, win32/Makefile.sub (clean-platform): use macro instead hardcoded path names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
329ae7470e
commit
afa7b27e8b
2 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ clean-capi distclean-capi realclean-capi:
|
||||||
$(Q)$(RMALL) $(CAPIOUT)
|
$(Q)$(RMALL) $(CAPIOUT)
|
||||||
|
|
||||||
clean-platform:
|
clean-platform:
|
||||||
@$(RM) $(PLATFORM_DIR)/.time
|
@$(RM) $(PLATFORM_D)
|
||||||
-$(Q) $(RMDIR) $(PLATFORM_DIR) 2> /dev/null || true
|
-$(Q) $(RMDIR) $(PLATFORM_DIR) 2> /dev/null || true
|
||||||
|
|
||||||
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
|
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
|
||||||
|
|
|
@ -923,7 +923,7 @@ clean-capi distclean-capi realclean-capi:
|
||||||
-$(Q)$(RMALL) $(CAPIOUT:/=\)
|
-$(Q)$(RMALL) $(CAPIOUT:/=\)
|
||||||
|
|
||||||
clean-platform:
|
clean-platform:
|
||||||
$(Q)$(RM) $(PLATFORM_DIR)\.time
|
$(Q)$(RM) $(PLATFORM_D:/=\)
|
||||||
-$(Q)$(RMDIR) $(PLATFORM_DIR:/=\)
|
-$(Q)$(RMDIR) $(PLATFORM_DIR:/=\)
|
||||||
|
|
||||||
clean-ext distclean-ext realclean-ext::
|
clean-ext distclean-ext realclean-ext::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue