From: Thomas Petazzoni Date: Sat, 3 Jul 2021 19:40:00 +0000 (+0200) Subject: Makefile: document the -reinstall target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4899d9ec1b03370cbb4a8eecff3a6556dcc3e2e5;p=buildroot.git Makefile: document the -reinstall target Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- diff --git a/Makefile b/Makefile index 472af5a318..74c238cb20 100644 --- a/Makefile +++ b/Makefile @@ -1151,6 +1151,7 @@ help: @echo ' -dirclean - Remove build directory' @echo ' -reconfigure - Restart the build from the configure step' @echo ' -rebuild - Restart the build from the build step' + @echo ' -reinstall - Restart the build from the install step' $(foreach p,$(HELP_PACKAGES), \ @echo $(sep) \ @echo '$($(p)_NAME):' $(sep) \