summaryrefslogtreecommitdiff
path: root/mk/clean.mk
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-02-05 20:05:00 -0800
committerBrian Anderson <banderson@mozilla.com>2013-02-06 11:54:37 -0800
commitb72069f6f1e8af3b235be379050102bf653ddb42 (patch)
treed5eabdc404efff6959f7f31e3768a7d3197eea24 /mk/clean.mk
parent1970c9c4d2925930dbc858c49d7f92d096f5ffcf (diff)
mk: Add output files to tests so they don't rerun unnecessarily
Diffstat (limited to 'mk/clean.mk')
-rw-r--r--mk/clean.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/clean.mk b/mk/clean.mk
index 1a962276b44..57c14b0afc8 100644
--- a/mk/clean.mk
+++ b/mk/clean.mk
@@ -48,7 +48,7 @@ clean-misc:
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
$(Q)rm -Rf $(DOCS)
$(Q)rm -Rf $(GENERATED)
- $(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs
+ $(Q)rm -f tmp/*.log tmp/*.rc tmp/*.rs tmp/*.ok
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
$(Q)rm -Rf $(foreach ext, \
html aux cp fn ky log pdf pg toc tp vr cps, \