Add documentation for <pkg>-rebuild and <pkg>-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 <sho@reLinux.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Stephan Hoffmann
2012-04-06 18:44:22 +02:00
committed by Peter Korsgaard
parent 5ee4614c4e
commit 040f6a325f
2 changed files with 6 additions and 0 deletions

View File

@@ -654,6 +654,8 @@ help:
@echo
@echo 'Build:'
@echo ' all - make world'
@echo ' <package>-rebuild - force recompile <package>'
@echo ' <package>-reconfigure - force reconfigure <package>'
@echo
@echo 'Configuration:'
@echo ' menuconfig - interactive curses-based configurator'