Skip to content

Commit f6e5536

Browse files
bleibigalexcrichton
authored andcommitted
---
yaml --- r: 102243 b: refs/heads/master c: 4d4ccb5 h: refs/heads/master i: 102241: f73e331 102239: 6b83374 v: v3
1 parent de1c5e6 commit f6e5536

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: bbec2c54edd347b084734d01826675ae2dffc636
2+
refs/heads/master: 4d4ccb5d81362999ab9dc9534b507340995ad0ac
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
55
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff

trunk/mk/dist.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ distcheck: dist
107107

108108
else
109109

110-
dist: $(PKG_TAR)
110+
dist: $(PKG_TAR) $(PKG_OSX)
111111

112112
distcheck: $(PKG_TAR)
113113
$(Q)rm -Rf dist
@@ -133,7 +133,7 @@ ifeq ($(CFG_OSTYPE), apple-darwin)
133133

134134
dist-prepare-osx: PREPARE_HOST=$(CFG_BUILD)
135135
dist-prepare-osx: PREPARE_TARGETS=$(CFG_BUILD)
136-
dist-prepare-osx: PREPARE_DEST_DIR=pkgroot
136+
dist-prepare-osx: PREPARE_DEST_DIR=tmp/dist/pkgroot
137137
dist-prepare-osx: PREPARE_STAGE=2
138138
dist-prepare-osx: PREPARE_DIR_CMD=$(DEFAULT_PREPARE_DIR_CMD)
139139
dist-prepare-osx: PREPARE_BIN_CMD=$(DEFAULT_PREPARE_BIN_CMD)
@@ -143,9 +143,9 @@ dist-prepare-osx: prepare-base
143143

144144
$(PKG_OSX): Distribution.xml LICENSE.txt dist-prepare-osx
145145
@$(call E, making OS X pkg)
146-
$(Q)pkgbuild --identifier org.rust-lang.rust --root pkgroot rust.pkg
146+
$(Q)pkgbuild --identifier org.rust-lang.rust --root tmp/dist/pkgroot rust.pkg
147147
$(Q)productbuild --distribution Distribution.xml --resources . $(PKG_OSX)
148-
$(Q)rm -rf pkgroot rust.pkg
148+
$(Q)rm -rf tmp rust.pkg
149149

150150
dist-osx: $(PKG_OSX)
151151

0 commit comments

Comments
 (0)