summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2009-01-08 13:16:24 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2009-01-08 13:16:24 +0000
commit386b8139ea24eb3bd022e90b921beafb2d460267 (patch)
tree716290e6138c087c8c60ac08136632ca68dc1ca0 /Makefile
parent555474f2da7e1cc4cfbb05eecc227ac2c06a5732 (diff)
downloadbuildroot-novena-386b8139ea24eb3bd022e90b921beafb2d460267.tar.gz
buildroot-novena-386b8139ea24eb3bd022e90b921beafb2d460267.zip
Mention the saveconfig and getconfig targets in make help
I often find myself forgetting what those targets were called, and I imagine others may not even be aware of their existence. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28096043e..1e1567669 100644
--- a/Makefile
+++ b/Makefile
@@ -505,6 +505,8 @@ help:
@echo 'Configuration:'
@echo ' menuconfig - interactive curses-based configurator'
@echo ' oldconfig - resolve any unresolved symbols in .config'
+ @echo ' saveconfig - save current configuration under local/<project>'
+ @echo ' getconfig - restore saved configuration from local/<project>'
@echo
@echo 'Miscellaneous:'
@echo ' source - download all sources needed for offline-build'