Re: [PATCH v2] kbuild: prevent make from deleting _shipped files

From: Michal Marek
Date: Wed Aug 31 2011 - 10:36:51 EST


On 31.7.2011 21:03, Arnaud Lacombe wrote:
> Hi,
>
> On Sun, Jul 31, 2011 at 2:45 PM, Peter Foley <pefoley2@xxxxxxxxxxx> wrote:
>> commit 7373f4f (kbuild: add implicit rules for parser generation)
>> created a implicit rule chain (%.c: %.c_shipped: %.y).
>> Make considers the _shipped files to be intermediate files which
>> causes them to be deleted if they didn't exist before make was run.
>> Mark the _shipped files PRECIOUS to prevent make from deleting them.
>>
>> Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx>
>
> Acked-by: Arnaud Lacombe <lacombar@xxxxxxxxx>

Applied to kbuild-2.6.git#kbuild.

Thanks,
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/