File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 8794107f74682607f368776cc8b78820629778e6
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ae81c89f34f1ac2cdb596cf216612e94822a8466
5
- refs/heads/try: 78e2503db31d7d07af98055ca284b0fb14752bf9
5
+ refs/heads/try: fa6b2d4c3b81e6adcfae87dac25fb7d50b2dd39f
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ distcheck-docs: dist-docs
283
283
284
284
ifdef CFG_WINDOWSY_$(CFG_BUILD)
285
285
286
- dist : dist-win
286
+ dist : dist-win dist-tar-bins
287
287
288
288
distcheck : distcheck-win
289
289
$(Q ) rm -Rf tmp/distcheck
Original file line number Diff line number Diff line change 325
325
if [ -z " ${CFG_UNINSTALL} " ]
326
326
then
327
327
msg " verifying platform can run binaries"
328
- export $CFG_LD_PATH_VAR =" ${CFG_SRC_DIR} /lib" :$CFG_OLD_LD_PATH_VAR
328
+ export $CFG_LD_PATH_VAR =" ${CFG_SRC_DIR} /lib:$CFG_OLD_LD_PATH_VAR "
329
329
" ${CFG_SRC_DIR} /bin/rustc" --version > /dev/null
330
330
if [ $? -ne 0 ]
331
331
then
489
489
" ${CFG_PREFIX} /bin/rustc" --version 2> /dev/null 1> /dev/null
490
490
if [ $? -ne 0 ]
491
491
then
492
- export $CFG_LD_PATH_VAR =" ${CFG_PREFIX} /lib" :$CFG_OLD_LD_PATH_VAR
492
+ export $CFG_LD_PATH_VAR =" ${CFG_PREFIX} /lib:$CFG_OLD_LD_PATH_VAR "
493
493
" ${CFG_PREFIX} /bin/rustc" --version > /dev/null
494
494
if [ $? -ne 0 ]
495
495
then
You can’t perform that action at this time.
0 commit comments