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 fb30613 commit a41997eCopy full SHA for a41997e
mk/dist.mk
@@ -288,7 +288,8 @@ endif
288
289
dist: $(MAYBE_DIST_TAR_SRC) dist-tar-bins $(MAYBE_DIST_DOCS)
290
291
-distcheck:
+distcheck: $(MAYBE_DISTCHECK_TAR_SRC) distcheck-tar-bins $(MAYBE_DISTCHECK_DOCS)
292
+ $(Q)rm -Rf tmp/distcheck
293
@echo
294
@echo -----------------------------------------------
295
@echo "Rust ready for distribution (see ./dist)"
0 commit comments