diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-12-31 11:13:37 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-31 11:13:37 -0800 |
| commit | 139f44bae82a7c74bcda9cb2b16dd2ab93f18b17 (patch) | |
| tree | 7f6c86aebf4ac2cf41fadaeef8d1548147ab70d9 | |
| parent | aec67c2ee0f673ea7b0e21c2fe7e0f26a523d823 (diff) | |
| parent | 7608dbad651f02e837ed05eef3d74a6662a6e928 (diff) | |
| download | rust-139f44bae82a7c74bcda9cb2b16dd2ab93f18b17.tar.gz rust-139f44bae82a7c74bcda9cb2b16dd2ab93f18b17.zip | |
rollup merge of #20375: brson/windistfix
| -rw-r--r-- | mk/dist.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index 833750665e4..a8b331c6cc2 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -241,8 +241,8 @@ dist/$$(PKG_NAME)-$(1).tar.gz: dist-install-dir-$(1) @$(call E, build: $$@) # Copy essential gcc components into installer ifdef CFG_WINDOWSY_$(1) - $$(Q)rm -Rf dist/win-rust-gcc-$(1) - $$(Q)$$(CFG_PYTHON) $$(S)src/etc/make-win-dist.py tmp/dist/$$(PKG_NAME)-$(1)-image dist/win-rust-gcc-$(1) $(1) + $$(Q)rm -Rf tmp/dist/win-rust-gcc-$(1) + $$(Q)$$(CFG_PYTHON) $$(S)src/etc/make-win-dist.py tmp/dist/$$(PKG_NAME)-$(1)-image tmp/dist/win-rust-gcc-$(1) $(1) $$(Q)cp -r $$(S)src/etc/third-party tmp/dist/$$(PKG_NAME)-$(1)-image/share/doc/ endif $$(Q)$$(S)src/rust-installer/gen-installer.sh \ |
