Skip to content

Commit

Permalink
mk: Copy fewer libraries into the host artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Apr 25, 2014
1 parent b8b7484 commit 09a8b38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mk/main.mk
Expand Up @@ -311,8 +311,6 @@ HSREQ$(1)_H_$(3) = $$(HBIN$(1)_H_$(3))/rustc$$(X_$(3))
else
HSREQ$(1)_H_$(3) = \
$$(HBIN$(1)_H_$(3))/rustc$$(X_$(3)) \
$$(HLIB$(1)_H_$(3))/stamp.rustc \
$$(foreach dep,$$(RUST_DEPS_rustc),$$(HLIB$(1)_H_$(3))/stamp.$$(dep)) \
$$(MKFILE_DEPS)
endif

Expand All @@ -334,8 +332,7 @@ SREQ$(1)_T_$(2)_H_$(3) = \
CSREQ$(1)_T_$(2)_H_$(3) = \
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
$$(foreach dep,$$(CRATES),$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep)) \
$$(foreach dep,$$(HOST_CRATES),$$(HLIB$(1)_H_$(3))/stamp.$$(dep))
$$(foreach dep,$$(CRATES),$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep))

ifeq ($(1),0)
# Don't run the stage0 compiler under valgrind - that ship has sailed
Expand Down

4 comments on commit 09a8b38

@bors
Copy link
Contributor

@bors bors commented on 09a8b38 Apr 25, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at BurntSushi@09a8b38

@bors
Copy link
Contributor

@bors bors commented on 09a8b38 Apr 25, 2014

Choose a reason for hiding this comment

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

merging BurntSushi/rust/regexp = 09a8b38 into auto

@bors
Copy link
Contributor

@bors bors commented on 09a8b38 Apr 25, 2014

Choose a reason for hiding this comment

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

BurntSushi/rust/regexp = 09a8b38 merged ok, testing candidate = dd2a48fe

Please sign in to comment.