make -j 10 build broken
Brought to you by:
rwhaley,
tonyc040457
Hello,
on openSUSE atlas was build in parallel, for example:
make -j 10 build
this leads to an uncomplete but error free build. The errors will come
later, during linking.
SuSE worked around this, by disabling parallel builds, like RedHat does.
I only wanted to report this, maybe it's a bug in atlas build.
best regards,
Martin
https://bugzilla.suse.com/show_bug.cgi?id=959154
https://build.opensuse.org/request/show/349501
Yes, this is illegal for ATLAS. Just do "make build", and ATLAS will automatically use parallel make whenever it is legal to do so (i.e., when compiling, as opposed to timing and generating).
Regards,
Clint
Diff: