[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple targets generated by one rule
From: |
hkhalsa |
Subject: |
Re: Multiple targets generated by one rule |
Date: |
Wed, 16 May 2007 10:39:48 -0700 (PDT) |
Paul Smith wrote:
>You can write this much more cleanly, like this:
>
> a b c d: .source_flag
> @:
>
> .source_flag: source
> blackbox_generate a b c d
> @touch .source_flag
This method appears to suffer from the following limitation: If a b c or d
are deleted and the temporary file is left intact, the command to regenerate
a b c d will no longer run. Is there a way to cause make to reissue the
blackbox_generate command?
--
View this message in context:
http://www.nabble.com/Multiple-targets-generated-by-one-rule-tf3552693.html#a10646670
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.
- Re: Multiple targets generated by one rule,
hkhalsa <=