File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
branches/try/src/test/run-make Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
- refs/heads/try: 4ab711e90b92e9156a15959d2ce574937583ddfe
5
+ refs/heads/try: 744ac5a293ded45d8df35fea28c1eca28727412d
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 @@ -4,10 +4,17 @@ ifneq ($(shell uname),Darwin)
4
4
EXTRAFLAGS := -lm -lrt -ldl -lpthread
5
5
endif
6
6
7
+ # FIXME
8
+ ifneq ($(shell uname) ,FreeBSD)
7
9
all :
8
10
$(RUSTC ) foo.rs
9
11
ln -s $(call STATICLIB,foo-* ) $(call STATICLIB,foo)
10
12
$(CC ) bar.c -lfoo -o $(call RUN,bar) $(EXTRAFLAGS ) -lstdc++
11
13
$(call RUN,bar)
12
14
rm $(call STATICLIB,foo* )
13
15
$(call RUN,bar)
16
+
17
+ else
18
+ all :
19
+
20
+ endif
Original file line number Diff line number Diff line change 1
1
-include ../tools.mk
2
2
3
+ # FIXME
4
+ ifneq ($(shell uname) ,FreeBSD)
3
5
all :
4
6
$(RUSTC ) --dep-info $(TMPDIR ) /custom-deps-file.d --crate-type=lib lib.rs
5
7
sleep 1
10
12
pwd
11
13
$(MAKE ) -drf Makefile.foo
12
14
rm $(TMPDIR ) /done && exit 1 || exit 0
15
+ else
16
+ all :
17
+
18
+ endif
You can’t perform that action at this time.
0 commit comments