summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Hoffmann2012-04-06 18:44:22 +0200
committerPeter Korsgaard2012-04-07 19:38:44 +0200
commit040f6a325f7b62c178fb6d17480adbae4e42e745 (patch)
tree3340af197c5d1a5dae79d2d090a786a0d97a8b24 /Makefile
parentlibcap-ng: explicit disable python bindings (diff)
downloadbuildroot-040f6a325f7b62c178fb6d17480adbae4e42e745.tar.gz
buildroot-040f6a325f7b62c178fb6d17480adbae4e42e745.tar.xz
buildroot-040f6a325f7b62c178fb6d17480adbae4e42e745.zip
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'