From 56edb3b9e387f85eb735fd4a823a3925cea0be9b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 3 Jul 2021 21:40:00 +0200 Subject: [PATCH] Makefile: document the -reinstall target Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN (cherry picked from commit 4899d9ec1b03370cbb4a8eecff3a6556dcc3e2e5) Signed-off-by: Peter Korsgaard --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7e896e9077..22bf04a056 100644 --- a/Makefile +++ b/Makefile @@ -1140,6 +1140,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) \