[Buildroot] [git commit branch/2021.05.x] Makefile: document the <pkg>-reinstall target

Peter Korsgaard peter at korsgaard.com
Wed Jul 14 07:20:12 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=5c0a6289be2932f700154405a8cc694408ec7cad
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 4899d9ec1b03370cbb4a8eecff3a6556dcc3e2e5)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 08e4a4104d..255d37e74f 100644
--- a/Makefile
+++ b/Makefile
@@ -1151,6 +1151,7 @@ help:
 	@echo '  <pkg>-dirclean         - Remove <pkg> build directory'
 	@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'
 	$(foreach p,$(HELP_PACKAGES), \
 		@echo $(sep) \
 		@echo '$($(p)_NAME):' $(sep) \



More information about the buildroot mailing list