This small series contains five cleanups to kernel.spec. The basic theme is the way we run "make *config" targets on our .config files. (There was talk, recently, of generating these .config files differently. I do not know what happenend there. But this series only touches kernel.spec once we already have .config files, so that's another stage in our build.) This was only tested for x64_64 on a branch based of f24. It does apply cleanly to master. A run on the build farms (of which I know nothing) might uncover bugs in areas my testing didn't cover. I hope it doesn't. Paul Bolle (5): Run oldnoconfig make targets silently Run make listnewconfig only if listnewconfig_fail is set Only run listnewconfig and oldnoconfig for one arch Replace 'all_x86' with 'x86_32' Remove references to (31 bits) s390 kernel.spec | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) -- 2.7.4 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx