File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: c081ffbd1e845687202a975ea2e698b623e5722f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: db38ab9ad9dd5f5f2407129c44eb06e94fa7974b
4
+ refs/heads/snap-stage3: 930908aa90af3635af3744b08bf2aaaee4e3b381
5
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -130,8 +130,10 @@ $$(HLIB$(2)_H_$(4))/$(CFG_RUSTLLVM_$(4)): \
130
130
$$(HBIN$(2 ) _H_$(4 ) ) /:
131
131
mkdir -p $$@
132
132
133
+ ifneq ($(CFG_LIBDIR ) ,bin)
133
134
$$(HLIB$(2 ) _H_$(4 ) ) / :
134
135
mkdir -p $$@
136
+ endif
135
137
136
138
endef
137
139
Original file line number Diff line number Diff line change 86
86
$$(TBIN$(1 ) _T_$(2 ) _H_$(3 ) ) /:
87
87
mkdir -p $$@
88
88
89
+ ifneq ($(CFG_LIBDIR ) ,bin)
89
90
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) / :
90
91
mkdir -p $$@
92
+ endif
91
93
92
94
endef
93
95
You can’t perform that action at this time.
0 commit comments