
19 May
2017
19 May
'17
7:20 p.m.
if not matched:
print >> sys.stderr, "warning: %s:%d: no defconfig matched '%s'" % \
(defconfigs_file, i + 1, line)
print >> sys.stderr, ("warning: %s:%d: no defconfig matched '%s'" %
(defconfigs_file, i + 1, line)) defconfigs += matched
# use set() to drop multiple matching
This hunk is an unrelated/unneeded change. Please drop.
--
Best Regards
Masahiro Yamada