Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1709108
| From | valdis.kletnieks@vt.edu |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: make clean all broken with -j? + question regarding modpost |
| Date | 2017-08-11 01:50 +0200 |
| Message-ID | <ud5nb-4no-5@gated-at.bofh.it> (permalink) |
| References | <ucXSG-7AZ-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, 10 Aug 2017 17:42:51 +0200, Thomas Meyer said: > 1.) make with multiple targets > > When running > $ make -j4 clean all > I get error from make (probably in scripts/Makefile.modbuiltin): > Output from above with V=1: Possibly unrelated, but I suspect there's a bunch of weirdness lurking in there. I often end up building lots of kernels (especially during a bisect), and I've noticed that if I do a 'git bisect good/bad' and then do make modconfig; make -j4 it will in fact do 4 streams. But if I just say 'make -j4' and it decides it needs to do a modconfig, it will then apparently lose the -j4 somewhere and run just one stream. (But if it doesn't do a modconfig, the -j4 works...)
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
make clean all broken with -j? + question regarding modpost Thomas Meyer <thomas@m3y3r.de> - 2017-08-10 17:50 +0200
Re: make clean all broken with -j? + question regarding modpost Randy Dunlap <rdunlap@infradead.org> - 2017-08-10 20:30 +0200
Re: make clean all broken with -j? + question regarding modpost Jim Davis <jim.epost@gmail.com> - 2017-08-11 00:20 +0200
Re: make clean all broken with -j? + question regarding modpost valdis.kletnieks@vt.edu - 2017-08-11 01:50 +0200
csiph-web