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

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

Paolo

Reply via email to