Skip to content

Commit

Permalink
mk: Change windows to install from stage2
Browse files Browse the repository at this point in the history
In the past, windows was installed from stage3 to guarantee convergence between
the host and target artifacts, but syntax extensions on all platforms are
currently relying on convergence, so special casing this one platform has become
less relevant over time.

This will also have the added benefit of dealing with #13474 and #13491. These
issues will be closed after next next nightly is confirmed to fix them.
  • Loading branch information
alexcrichton committed Apr 16, 2014
1 parent ca5babe commit efec34a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mk/prepare.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@
# PREPARE_TARGETS - the target triples, space separated
# PREPARE_DEST_DIR - the directory to put the image


# On windows we install from stage3, but on unix only stage2
ifdef CFG_WINDOWSY_$(CFG_BUILD)
PREPARE_STAGE=3
else
PREPARE_STAGE=2
endif

DEFAULT_PREPARE_DIR_CMD = umask 022 && mkdir -p
DEFAULT_PREPARE_BIN_CMD = install -m755
Expand Down

0 comments on commit efec34a

Please sign in to comment.