Skip to content

Commit

Permalink
auto merge of #11883 : alexcrichton/rust/fix-mk-install, r=pnkfelix
Browse files Browse the repository at this point in the history
Closes #11874
  • Loading branch information
bors committed Jan 29, 2014
2 parents edfb546 + 20d6a8e commit 6fca555
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mk/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,10 @@ install-target-$(1)-host-$(2): \
$$(SREQ$$(ISTAGE)_T_$(1)_H_$(2))
$$(Q)$$(call MK_INSTALL_DIR,$$(PTL$(1)$(2)))
$$(Q)$$(foreach crate,$$(TARGET_CRATES),\
$$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate)));
$$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate)));\
$$(call INSTALL_LIB,$$(call CFG_RLIB_GLOB,$$(crate)));)
$$(Q)$$(call INSTALL_LIB,libmorestack.a)

install-target-$(1)-host-$(2)-prep:

install-target-$(1)-host-$(2)-morestack:

install-target-$(1)-host-$(2)-lib-%:
install-target-$(1)-host-$(2)-rlib-%:

endef

define INSTALL_HOST_N
Expand Down

0 comments on commit 6fca555

Please sign in to comment.