Navigation Menu

Skip to content

Commit

Permalink
mk: Don't run rustc manually during distcheck
Browse files Browse the repository at this point in the history
This is already checked by the install script, no need to check it twice.
  • Loading branch information
alexcrichton committed Jul 10, 2014
1 parent 3f3291e commit 3e49647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mk/dist.mk
Expand Up @@ -259,7 +259,6 @@ distcheck-tar-bins: dist-tar-bins
$(Q)cd tmp/distcheck && tar -xzf ../../dist/$(PKG_NAME)-$(CFG_BUILD).tar.gz
$(Q)mkdir -p tmp/distcheck/tarbininstall
$(Q)sh tmp/distcheck/$(PKG_NAME)-$(CFG_BUILD)/install.sh --prefix=tmp/distcheck/tarbininstall
$(Q)tmp/distcheck/tarbininstall/bin/rustc --version
$(Q)sh tmp/distcheck/$(PKG_NAME)-$(CFG_BUILD)/install.sh --prefix=tmp/distcheck/tarbininstall --uninstall
$(Q)rm -Rf tmp/distcheck/$(PKG_NAME)-$(CFG_BUILD)
$(Q)rm -Rf tmp/distcheck/tarbininstall
Expand Down

5 comments on commit 3e49647

@bors
Copy link
Contributor

@bors bors commented on 3e49647 Jul 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pnkfelix
at alexcrichton@3e49647

@bors
Copy link
Contributor

@bors bors commented on 3e49647 Jul 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/fix-dist-again = 3e49647 into auto

@bors
Copy link
Contributor

@bors bors commented on 3e49647 Jul 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/fix-dist-again = 3e49647 merged ok, testing candidate = 7ab9bfa

@bors
Copy link
Contributor

@bors bors commented on 3e49647 Jul 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7ab9bfa

Please sign in to comment.