Skip to content

Commit

Permalink
Revert "Completely disable distcheck"
Browse files Browse the repository at this point in the history
This reverts commit 1430229.
  • Loading branch information
brson committed Aug 6, 2015
1 parent fb30613 commit a41997e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ endif

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

distcheck:
distcheck: $(MAYBE_DISTCHECK_TAR_SRC) distcheck-tar-bins $(MAYBE_DISTCHECK_DOCS)
$(Q)rm -Rf tmp/distcheck
@echo
@echo -----------------------------------------------
@echo "Rust ready for distribution (see ./dist)"
Expand Down

0 comments on commit a41997e

Please sign in to comment.