]> git.lizzy.rs Git - rust.git/commitdiff
clear *everything* from the tmp directory
authorDaniel Micay <danielmicay@gmail.com>
Tue, 30 Apr 2013 21:09:11 +0000 (17:09 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Tue, 30 Apr 2013 21:09:11 +0000 (17:09 -0400)
The .tmp files were missed before. I don't think there's a need to use
*.ext instead of just *.

mk/clean.mk

index 30897eea4579372bd8d2487a57c358c622b20262..660793b1c347ec1ea910e28480260dca52e5fd61 100644 (file)
@@ -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 tmp/*.ok
+       $(Q)rm -f tmp/*
        $(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, \