]> www.infradead.org Git - users/dedekind/aiaiai.git/commit
make-kernel: fix --keep-going option
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 25 Nov 2013 18:55:30 +0000 (10:55 -0800)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 26 Nov 2013 09:14:18 +0000 (11:14 +0200)
commit8d0ce6629daf682a87875b16c1c6db0427cd0fa6
treeca96f5d5cf725b196bf132c970eaddebab677030
parentdc1cb917a46a298f277001bc6552c2c74a35cd2c
make-kernel: fix --keep-going option

The make-kernel utility has an option "--keep-going" which can be useful
if you want to continue testing past kernel build failures, in order to try
and find as many issues as you can. However, it previously did not work,
as getopt-long format required a parameter, and the case statement did
not check for the correct long syntax.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
aiaiai-make-kernel