aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-20 15:13:16 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-20 15:13:56 +0100
commit8a523aa92eab741487ebc2c80fe02ecb506f004f (patch)
tree7dbaa835bf82e7e7069a847c8e9d211270c6fd82
parent1632253504a78fedd23aa95fc75bc4c0c00c4fdb (diff)
downloadman-pages-8a523aa92eab741487ebc2c80fe02ecb506f004f.tar.gz
GNUmakefile: help: wfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8358047540..9e869c0381 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -39,14 +39,14 @@ nothing:;
.PHONY: help
help:
- $(info $(INFO_)To see a list of .PHONY targets, run:)
+ $(info $(INFO_)To see a list of targets, run:)
$(info $(INFO_) $$ make nothing -p \)
$(info $(INFO_) | grep '^\.PHONY:' \)
$(info $(INFO_) | tr ' ' '\n' \)
$(info $(INFO_) | grep -v '^\.PHONY:' \)
$(info $(INFO_) | sort;)
$(info )
- $(info $(INFO_)To see a list of available variables, run:)
+ $(info $(INFO_)To see a list of variables, run:)
$(info $(INFO_) $$ find GNUmakefile share/mk/configure -type f \)
$(info $(INFO_) | sort \)
$(info $(INFO_) | xargs grep '^[^[:space:]].*=' \)