File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 065c9ab59b41bb17efe979b1e06d1639950e082d
2
+ refs/heads/master: b1e9ed3c19b650671f52aa8b9c2ef60ea66a503b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ DEFAULT_PREPARE_MAN_CMD = install -m644
29
29
30
30
# Create a directory
31
31
# $(1) is the directory
32
+ #
33
+ # Gee, what's up with that $(nop)? See comment below.
32
34
define PREPARE_DIR
35
+ $(nop )
33
36
@$(call E, prepare: $(1 ) )
34
37
$(Q )$(PREPARE_DIR_CMD ) $(1 )
35
38
endef
68
71
69
72
# Copy a man page
70
73
# $(1) - source dir
74
+ #
75
+ # Gee, what's up with that $(nop)? See comment above.
71
76
define PREPARE_MAN
77
+ $(nop )
72
78
@$(call E, prepare: $(PREPARE_DEST_MAN_DIR ) /$(1 ) )
73
79
$(Q )$(PREPARE_MAN_CMD ) $(PREPARE_SOURCE_MAN_DIR ) /$(1 ) $(PREPARE_DEST_MAN_DIR ) /$(1 )
74
80
endef
You can’t perform that action at this time.
0 commit comments