* [PATCH 2/2] kconfig/merge_config.sh: Accept a single file [not found] <1756d31a07bcee06ada066bcaccb506c6c43fc57.1441819862.git.g2p.code@gmail.com> @ 2015-09-09 17:34 ` Gabriel de Perthuis 0 siblings, 0 replies; only message in thread From: Gabriel de Perthuis @ 2015-09-09 17:34 UTC (permalink / raw) To: linux-kernel, linux-kbuild, Michal Marek merge_config.sh can usefully be applied to a single file. It implicitly merges with the default configuration. Signed-off-by: Gabriel de Perthuis <g2p.code@gmail.com> Cc: Michal Marek <mmarek@suse.cz> --- scripts/kconfig/merge_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh index 5f1e110..4e16681 100755 --- a/scripts/kconfig/merge_config.sh +++ b/scripts/kconfig/merge_config.sh @@ -75,11 +75,11 @@ while true; do break ;; esac done -if [ "$#" -lt 2 ] ; then +if [ "$#" -lt 1 ] ; then usage exit fi INITFILE=$1 -- 2.6.0.rc0.29.g24f8d8a ^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-09 17:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1756d31a07bcee06ada066bcaccb506c6c43fc57.1441819862.git.g2p.code@gmail.com>
2015-09-09 17:34 ` [PATCH 2/2] kconfig/merge_config.sh: Accept a single file Gabriel de Perthuis
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).