qemu-stable
[Top][All Lists]
Advanced

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

Re: [Qemu-stable] [PATCH RESEND for-1.4] make_device_config.sh: Fix targ


From: Paolo Bonzini
Subject: Re: [Qemu-stable] [PATCH RESEND for-1.4] make_device_config.sh: Fix target path in generated dependency file
Date: Thu, 21 Feb 2013 15:40:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 21/02/2013 15:28, Andreas Färber ha scritto:
>>> However I don't see in the curent Makefile.target and rules.mak where
>>> the *.d files are being included today
>>
>> Makefile.target also includes Makefile.objs and calls the unnesting
>> machinery in rules.mak.  The machinery then includes the .d files.
> 
> Sure, I'm aware of the unnesting. What I meant is that unnest-vars in
> rules.mak seems to -include only subdirectories added to the
> to-be-unnested variables $(var) iiuc. Where does ./*.d get -include'd
> though? There's no obj-y += ./ to trigger that.

Ah, I see what you mean now.

$(dir foo.o) is ./ and that causes rules.mak to include ./*.d.

Paolo



reply via email to

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