This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 421
/
posix.mak
73 lines (49 loc) · 1.72 KB
/
posix.mak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Proxy Makefile for backwards compatibility after move to DMD
DMD_DIR=../dmd
target:
$(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
rm -rf import generated && cp -a $(DMD_DIR)/{druntime/import,generated} ./
doc:
$(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# import:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# copy:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# dll:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# lib:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# unittest:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# benchmark:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# benchmark-compile-only:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# checkwhitespace:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# detab:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# gitzip:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# zip:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
install:
echo "Posix builds have been disabled"
# clean:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# test_extractor:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# betterc:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# style:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# style_lint:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
# publictests:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@
auto-tester-build:
echo "Posix builds have been disabled on auto-tester"
auto-tester-test:
echo "Posix builds have been disabled on auto-tester"
# buildkite-test:
# $(QUIET)$(MAKE) -C $(DMD_DIR)/druntime -f posix.mak $@