commit | 715a12334764657bafb3ab964fb25f4e6115c770 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Dec 05 11:59:33 2017 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Dec 06 08:47:09 2017 +0100 |
tree | d76dc0676363ad24cf16040e545ccfe8ef557523 | |
parent | 71334963d01ed7ec61a958a5a6585172793f5a24 [diff] |
wireless: don't write C files on failures Change the scripting inside the shipped/extra certs C code generation to not write the file when there are any failures. That way, if the build aborts due to failures, we don't get into a situation where a dummy file has been created and the next build succeeds, but not with the desired output. Fixes: 90a53e4432b1 ("cfg80211: implement regdb signature checking") Signed-off-by: Johannes Berg <johannes.berg@intel.com>