summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-19 18:29:58 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-19 18:29:58 +0100
commit580610dc4627476db12ecedffb86c8e56775c7f6 (patch)
tree85840307d1e7dc6e299df73be9aa53dec9e3ce53 /GNUmakefile
parent871924189303c209285a8908b8354387aebedeb0 (diff)
GNUmakefile, INSTALL, RELEASE: Expand 'make help' to document dependencies
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4cc4e88f0..7baa19bbc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -48,9 +48,17 @@ help:
$(info )
$(info $(INFO_)To see a list of available variables, run:)
$(info $(INFO_) $$ find GNUmakefile share/mk/configure -type f \)
+ $(info $(INFO_) | sort \)
$(info $(INFO_) | xargs grep '^[^[:space:]].*=' \)
$(info $(INFO_) | sed 's/=.*/=/';)
$(info )
+ $(info )
+ $(info $(INFO_)To see a list of dependencies, run:)
+ $(info $(INFO_) $$ find share/mk/configure/build-depends -type f \)
+ $(info $(INFO_) | sed 's,share/mk/configure/build-depends/,,' \)
+ $(info $(INFO_) | sed 's,\.mk,,' \)
+ $(info $(INFO_) | sort;)
+ $(info )
.DELETE_ON_ERROR: