From: Hans-Christian Egtvedt Date: Thu, 8 Jan 2009 13:16:24 +0000 (-0000) Subject: Mention the saveconfig and getconfig targets in make help X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=386b8139ea24eb3bd022e90b921beafb2d460267;p=buildroot.git 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 Signed-off-by: Hans-Christian Egtvedt --- diff --git a/Makefile b/Makefile index 28096043e5..1e15676699 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/' + @echo ' getconfig - restore saved configuration from local/' @echo @echo 'Miscellaneous:' @echo ' source - download all sources needed for offline-build'