summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Hoffmann <sho@relinux.de>2012-04-06 18:44:22 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-07 19:38:44 +0200
commit040f6a325f7b62c178fb6d17480adbae4e42e745 (patch)
tree3340af197c5d1a5dae79d2d090a786a0d97a8b24 /Makefile
parent5ee4614c4e72dfab4e8f36186fc8ef4ab05fb9a9 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 ' <package>-rebuild - force recompile <package>'
+ @echo ' <package>-reconfigure - force reconfigure <package>'
@echo
@echo 'Configuration:'
@echo ' menuconfig - interactive curses-based configurator'