On 5 Jan 2004 Ralf Beckers <[EMAIL PROTECTED]> wrote: > On Sunday 04 January 2004 02:36, Martin Pool wrote: > > The order in which targets are built is an issue with Make, not with > > distcc. > > I don't know any GNU Make feature similar to .ORDER, though you can > > perhaps get close by running the commands explicitly. > > I found how to declare the order in which the targets must be build. The > following link gives a full explanation: > http://mail.gnu.org/archive/html/help-make/2002-11/msg00026.html > > In short you must add a prerequisite after the specific target like > > move_after_built: compile_before_move
That is not quite the same thing; .ORDER specifies sequencing but not
dependency (I think.) But if it works for you, that's good. It's
generally better to just specify dependencies anyhow.
--
Martin
linux.conf.au -- Adelaide, January 2004
pgp00000.pgp
Description: PGP signature
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc
