We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a996170 commit 0be626eCopy full SHA for 0be626e
common.mk
@@ -801,7 +801,7 @@ clean-capi distclean-capi realclean-capi:
801
802
clean-platform distclean-platform realclean-platform:
803
$(Q) $(RM) $(PLATFORM_D)
804
- -$(Q) $(RMDIR) $(PLATFORM_DIR) 2> $(NULL) || $(NULLCMD)
+ -$(Q) $(RMDIR) $(PLATFORM_DIR) $(TIMESTAMPDIR) 2> $(NULL) || $(NULLCMD)
805
806
RUBYSPEC_CAPIEXT = spec/ruby/optional/capi/ext
807
RUBYSPEC_CAPIEXT_SRCDIR = $(srcdir)/$(RUBYSPEC_CAPIEXT)
0 commit comments