Mention the saveconfig and getconfig targets in make help
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 8 Jan 2009 13:16:24 +0000 (13:16 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 8 Jan 2009 13:16:24 +0000 (13:16 -0000)
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>
Makefile

index 28096043e53c17db04e077c9e84a11fc87a415c5..1e156766992f22db18a1376eb853bfc824857d17 100644 (file)
--- 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'