From 040f6a325f7b62c178fb6d17480adbae4e42e745 Mon Sep 17 00:00:00 2001 From: Stephan Hoffmann Date: Fri, 6 Apr 2012 18:44:22 +0200 Subject: Add documentation for -rebuild and -reconfigure Since these two special make targets are very useful but not yet mentioned in the documentation I added them to the make help and the manual. Signed-off-by: Stephan Hoffmann Signed-off-by: Peter Korsgaard --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30099d99d..3a09417ad 100644 --- a/Makefile +++ b/Makefile @@ -654,6 +654,8 @@ help: @echo @echo 'Build:' @echo ' all - make world' + @echo ' -rebuild - force recompile ' + @echo ' -reconfigure - force reconfigure ' @echo @echo 'Configuration:' @echo ' menuconfig - interactive curses-based configurator' -- cgit v1.2.3