File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
branches/try2/src/test/run-make Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 2c3bf8836f6f0cd18d8ac4f7189615f7f4098f5d
8
+ refs/heads/try2: 3770c42a4959cbabc73da52abc7e3db96657974e
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change 1
- export LD_LIBRARY_PATH: =$(TMPDIR ) :$(LD_LIBRARY_PATH )
2
- export DYLD_LIBRARY_PATH: =$(TMPDIR ) :$(DYLD_LIBRARY_PATH )
3
-
4
1
# These deliberately use `=` and not `:=` so that client makefiles can
5
2
# augment HOST_RPATH_DIR / TARGET_RPATH_DIR.
6
3
HOST_RPATH_ENV = \
7
- $(LD_LIB_PATH_ENVVAR ) =$(HOST_RPATH_DIR ) :$$$ (LD_LIB_PATH_ENVVAR )
4
+ $(LD_LIB_PATH_ENVVAR ) =" $(HOST_RPATH_DIR ) :$( $ (LD_LIB_PATH_ENVVAR )) "
8
5
TARGET_RPATH_ENV = \
9
- $(LD_LIB_PATH_ENVVAR ) =$(TARGET_RPATH_DIR ) :$$$ (LD_LIB_PATH_ENVVAR )
6
+ $(LD_LIB_PATH_ENVVAR ) =" $(TARGET_RPATH_DIR ) :$( $ (LD_LIB_PATH_ENVVAR )) "
10
7
11
8
RUSTC := $(HOST_RPATH_ENV ) $(RUSTC ) --out-dir $(TMPDIR ) -L $(TMPDIR )
12
9
CC := $(CC ) -L $(TMPDIR )
@@ -43,7 +40,6 @@ DYLIB_GLOB = $(1)*.dll
43
40
DYLIB = $(TMPDIR ) /$(1 ) .dll
44
41
BIN = $(1 ) .exe
45
42
RPATH_LINK_SEARCH =
46
- RUSTC := PATH="$(PATH ) :$(LD_LIBRARY_PATH ) " $(RUSTC )
47
43
else
48
44
RUN = $(TARGET_RPATH_ENV ) $(RUN_BINFILE )
49
45
FAIL = $(TARGET_RPATH_ENV ) $(RUN_BINFILE ) && exit 1 || exit 0
You can’t perform that action at this time.
0 commit comments