* Andreas Hoenen <[EMAIL PROTECTED]> [080123 22:19]:
> causes patch-stamp to be executed as first action before the build-stamp
> commands get executed.  Symmetrical to this the construct
> 
>     clean: clean1 unpatch
>     clean1:
> 
> causes unpatch to be executed as last action after all clean1 commands.

AFAIK that might happen, but only by coincidence (i.e. specific
implementation of make and no -j arguments). To make sure unpatch
is called after clean1, make unpatch depend on clean1.

Hochachtungsvoll,
        Bernhard R. Link


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to