François Pinard writes:
> Any Makefile which lists dependencies while expecting them to be
> satisfied sequentially, one after another, is broken.  Make does not
> (theoretically) guarantee the order, while in practice, all "make"
> programs I know satisfy dependencies from left to right.

Well, if you're going to pick nits: in this case, nothing is broken.
It's known that we're going to use GNU make and that no parallel
execution is taking place.  Thus we can guarantee that the dependencies
will be evaluated in sequence, left to right, just as intended.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


Reply via email to