Re: [PATCH v2] modpost: Fix secondary errors seen if a single module build fails

2013-09-16 Thread Rusty Russell
Guenter Roeck writes: > Commit ea4054a23 (modpost: handle huge numbers of modules) added > support for building a large number of modules. > > Unfortunately, the commit changed the semantics of the makefile: Instead of > passing only existing object files to modpost, make now passes all expected >

[PATCH v2] modpost: Fix secondary errors seen if a single module build fails

2013-09-16 Thread Guenter Roeck
Commit ea4054a23 (modpost: handle huge numbers of modules) added support for building a large number of modules. Unfortunately, the commit changed the semantics of the makefile: Instead of passing only existing object files to modpost, make now passes all expected object files. If make was started