Hi, On Tue, 8 Dec 2009, Jean Delvare wrote:
Needless to say that I build some packages outside of OBS (but still with build/lbuild), with a kind of different iron that has lots, but slow CPUs.
OK, thanks for the clarification. I'll accept your request for quilt.
While we're here, is there a way for Makefiles to know whether the instance of "make" which is processing them was passed -j > 1? I might need this soon.
$(MAKEFLAGS) But you should ask yourself why you'd want to detect this. If you feel the need to change behaviour depending on if the make is parallel or not, then this must mean that something else is fishy. Perhaps it's better to fix that fishyness instead of working around it :) Ciao, Michael. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org