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 1
1
---
2
- refs/heads/master: 78e2503db31d7d07af98055ca284b0fb14752bf9
2
+ refs/heads/master: fa6b2d4c3b81e6adcfae87dac25fb7d50b2dd39f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ae81c89f34f1ac2cdb596cf216612e94822a8466
5
5
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7
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