Skip to content

Commit c64aac8

Browse files
committed
---
yaml --- r: 213065 b: refs/heads/auto c: b1e9ed3 h: refs/heads/master i: 213063: 282a106 v: v3
1 parent 3b1c645 commit c64aac8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: 065c9ab59b41bb17efe979b1e06d1639950e082d
13+
refs/heads/auto: b1e9ed3c19b650671f52aa8b9c2ef60ea66a503b
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/mk/prepare.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ DEFAULT_PREPARE_MAN_CMD = install -m644
2929

3030
# Create a directory
3131
# $(1) is the directory
32+
#
33+
# Gee, what's up with that $(nop)? See comment below.
3234
define PREPARE_DIR
35+
$(nop)
3336
@$(call E, prepare: $(1))
3437
$(Q)$(PREPARE_DIR_CMD) $(1)
3538
endef
@@ -68,7 +71,10 @@ endef
6871

6972
# Copy a man page
7073
# $(1) - source dir
74+
#
75+
# Gee, what's up with that $(nop)? See comment above.
7176
define PREPARE_MAN
77+
$(nop)
7278
@$(call E, prepare: $(PREPARE_DEST_MAN_DIR)/$(1))
7379
$(Q)$(PREPARE_MAN_CMD) $(PREPARE_SOURCE_MAN_DIR)/$(1) $(PREPARE_DEST_MAN_DIR)/$(1)
7480
endef

0 commit comments

Comments
 (0)