File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
13
13
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
14
14
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
15
15
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16
- refs/heads/auto: e302bbe63514f3f514cd10b966dad42ff8fa735c
16
+ refs/heads/auto: b2eef52ce30f1b9a482f20a5d2227e6687afa4a0
17
17
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
18
18
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
19
19
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ endif
55
55
# Create a directory
56
56
# $(1) is the directory
57
57
define PREPARE_DIR
58
- @$(Q )$(call E, install : $(1 ) )
58
+ @$(Q )$(call E, prepare : $(1 ) )
59
59
$(Q )$(PREPARE_DIR_CMD ) $(1 )
60
60
endef
61
61
62
62
# Copy an executable
63
63
# $(1) is the filename/libname-glob
64
64
define PREPARE_BIN
65
- @$(call E, install : $(PREPARE_DEST_BIN_DIR ) /$(1 ) )
65
+ @$(call E, prepare : $(PREPARE_DEST_BIN_DIR ) /$(1 ) )
66
66
$(Q )$(PREPARE_BIN_CMD ) $(PREPARE_SOURCE_BIN_DIR ) /$(1 ) $(PREPARE_DEST_BIN_DIR ) /$(1 )
67
67
endef
68
68
75
75
# problem. I'm sorry, just don't remove the $(nop), alright?
76
76
define PREPARE_LIB
77
77
$(nop )
78
- @$(call E, install : $(PREPARE_WORKING_DEST_LIB_DIR ) /$(1 ) )
78
+ @$(call E, prepare : $(PREPARE_WORKING_DEST_LIB_DIR ) /$(1 ) )
79
79
$(Q ) LIB_NAME="$(notdir $(lastword $(wildcard $(PREPARE_WORKING_SOURCE_LIB_DIR ) /$(1 ) ) ) ) "; \
80
80
MATCHES="$(filter-out % $(notdir $(lastword $(wildcard $(PREPARE_WORKING_SOURCE_LIB_DIR ) /$(1 ) ) ) ) ,\
81
81
$(wildcard $(PREPARE_WORKING_DEST_LIB_DIR ) /$(1 ) ) ) "; \
91
91
# Copy a man page
92
92
# $(1) - source dir
93
93
define PREPARE_MAN
94
- @$(call E, install : $(PREPARE_DEST_MAN_DIR ) /$(1 ) )
94
+ @$(call E, prepare : $(PREPARE_DEST_MAN_DIR ) /$(1 ) )
95
95
$(Q )$(PREPARE_MAN_CMD ) $(PREPARE_SOURCE_MAN_DIR ) /$(1 ) $(PREPARE_DEST_MAN_DIR ) /$(1 )
96
96
endef
97
97
You can’t perform that action at this time.
0 commit comments