Skip to content

Commit d65c9a4

Browse files
committed
---
yaml --- r: 212862 b: refs/heads/master c: b1e9ed3 h: refs/heads/master v: v3
1 parent 17cae82 commit d65c9a4

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 065c9ab59b41bb17efe979b1e06d1639950e082d
2+
refs/heads/master: b1e9ed3c19b650671f52aa8b9c2ef60ea66a503b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/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)