diff mbox series

[2/2] Makefile: document <pkg>-dirclean-rdepends

Message ID 20240827-package-dirclean-rdep-v1-2-d5e4f79a4241@collins.com
State New
Headers show
Series package/pkg-generic.mk: add '<pkg>-dirclean-rdepends' command | expand

Commit Message

Brandon Maier Aug. 27, 2024, 1:04 p.m. UTC
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 55aeafde23..5f9c42095e 100644
--- a/Makefile
+++ b/Makefile
@@ -1176,6 +1176,9 @@  help:
 	@echo '                         - Generate a graph of both <pkg>'\''s forward and'
 	@echo '                           reverse dependencies.'
 	@echo '  <pkg>-dirclean         - Remove <pkg> build directory'
+	@echo '  <pkg>-dirclean-rdepends'
+	@echo '                         - Remove build directory of <pkg> and <pkg>'\''s'
+	@echo '                           reverse dependencies'
 	@echo '  <pkg>-reconfigure      - Restart the build from the configure step'
 	@echo '  <pkg>-rebuild          - Restart the build from the build step'
 	@echo '  <pkg>-reinstall        - Restart the build from the install step'