Skip to content

Commit

Permalink
Merge pull request rust-lang#27563 from brson/beta-next
Browse files Browse the repository at this point in the history
Completely disable distcheck
  • Loading branch information
aturon committed Aug 6, 2015
2 parents 1a8ff69 + 1430229 commit fb30613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ endif

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

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

0 comments on commit fb30613

Please sign in to comment.