[Buildroot] svn commit: trunk/buildroot

egtvedt at uclibc.org egtvedt at uclibc.org
Thu Jan 8 13:16:25 UTC 2009


Author: egtvedt
Date: 2009-01-08 13:16:24 +0000 (Thu, 08 Jan 2009)
New Revision: 24721

Log:
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 at atmel.com>
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>



Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2009-01-08 11:11:26 UTC (rev 24720)
+++ trunk/buildroot/Makefile	2009-01-08 13:16:24 UTC (rev 24721)
@@ -505,6 +505,8 @@
 	@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'



More information about the buildroot mailing list