aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-10 13:46:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-10 13:46:22 +0000
commit81607c81b3bc24e4107c65aa8e3541163d066cf7 (patch)
treed3a72777476970dfc39fc8f4b59b905abbf338e8 /common.mk
parenta94226f3af036c99a889ac16ea51d1d9335ff77c (diff)
downloadruby-81607c81b3bc24e4107c65aa8e3541163d066cf7.tar.gz
common.mk: ignore clean-rubyspec error [ci skip]
* common.mk (clean-rubyspec): nothing to clean before running rubyspec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 0220ec3a78..181eb95cd9 100644
--- a/common.mk
+++ b/common.mk
@@ -620,7 +620,7 @@ clean-platform:
RUBYSPEC_CAPIEXT = spec/rubyspec/optional/capi/ext
clean-rubyspec: PHONY
- $(Q) $(RM) $(RUBYSPEC_CAPIEXT)/*.$(OBJEXT) $(RUBYSPEC_CAPIEXT)/*.$(DLEXT)
+ -$(Q) $(RM) $(RUBYSPEC_CAPIEXT)/*.$(OBJEXT) $(RUBYSPEC_CAPIEXT)/*.$(DLEXT)
-$(Q) $(RMDIRS) $(RUBYSPEC_CAPIEXT)
check: main test test-testframework test-almost