qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] build: pass .d file name to scripts/make_device


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] build: pass .d file name to scripts/make_device_config.sh, fix makefile target
Date: Thu, 12 Mar 2015 16:40:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 12/03/2015 16:24, Michael S. Tsirkin wrote:
> > -   $(call quiet-command,$(SHELL) $(SRC_PATH)/scripts/make_device_config.sh 
> > address@hidden $<, "  GEN   address@hidden")
> > +   $(call quiet-command, \
> > +            $(SHELL) $(SRC_PATH)/scripts/make_device_config.sh $< 
> > $*-config-devices.mak.d $@ > address@hidden, "  GEN   address@hidden")
> >     $(call quiet-command, if test -f $@; then \
> >       if cmp -s address@hidden $@; then \
> Should this compare address@hidden to address@hidden
> 

It is trying to detect user-modified */config-devices.mak, so $@ is fine.

Paolo



reply via email to

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