We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065c9ab commit b1e9ed3Copy full SHA for b1e9ed3
mk/prepare.mk
@@ -29,7 +29,10 @@ DEFAULT_PREPARE_MAN_CMD = install -m644
29
30
# Create a directory
31
# $(1) is the directory
32
+#
33
+# Gee, what's up with that $(nop)? See comment below.
34
define PREPARE_DIR
35
+ $(nop)
36
@$(call E, prepare: $(1))
37
$(Q)$(PREPARE_DIR_CMD) $(1)
38
endef
@@ -68,7 +71,10 @@ 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.
76
define PREPARE_MAN
77
78
@$(call E, prepare: $(PREPARE_DEST_MAN_DIR)/$(1))
79
$(Q)$(PREPARE_MAN_CMD) $(PREPARE_SOURCE_MAN_DIR)/$(1) $(PREPARE_DEST_MAN_DIR)/$(1)
80
0 commit comments