qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3] Makefile: add dependency on scripts/create_


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/3] Makefile: add dependency on scripts/create_config
Date: Tue, 7 Jun 2016 14:05:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0


On 07/06/2016 13:58, Peter Maydell wrote:
> Does it work to add the dependency on the RHS of the pattern rule
> instead, like:
> 
> config-%.h-timestamp: config-%.mak $(SRC_PATH)/scripts/create_config
>         $(call quiet-command, sh $(SRC_PATH)/scripts/create_config <
> $< > $@, "  GEN   $(TARGET_DIR)config-$*.h")

Yes, that works too.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]