Skip to content

Commit f205893

Browse files
committed
Revert "Completely disable distcheck harder"
This reverts commit dc12f5e.
1 parent dc12f5e commit f205893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/dist.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ endif
288288

289289
dist: $(MAYBE_DIST_TAR_SRC) dist-tar-bins $(MAYBE_DIST_DOCS)
290290

291-
distcheck: dist
291+
distcheck: $(MAYBE_DISTCHECK_TAR_SRC) distcheck-tar-bins $(MAYBE_DISTCHECK_DOCS)
292+
$(Q)rm -Rf tmp/distcheck
292293
@echo
293294
@echo -----------------------------------------------
294295
@echo "Rust ready for distribution (see ./dist)"

0 commit comments

Comments
 (0)