Re: [Libguestfs] [PATCH 03/13] syntax-check: fix makefile_at_at_check

2014-09-23 Thread Richard W.M. Jones
On Tue, Sep 23, 2014 at 05:20:29PM +0800, Hu Tao wrote: > check-valgrind: > - $(MAKE) VG="$(top_builddir)/run @VG@" check > + $(MAKE) VG="$(top_builddir)/run $(VG)" check make syntax-check is definitely wrong about these. We must not use $(VG) here since it will cause VG to be expanded a

[Libguestfs] [PATCH 03/13] syntax-check: fix makefile_at_at_check

2014-09-23 Thread Hu Tao
Signed-off-by: Hu Tao --- align/Makefile.am| 2 +- builder/Makefile.am | 2 +- builder/website/Makefile.am | 2 +- cat/Makefile.am | 4 ++-- common-rules.mk | 8 customize/Makefile.am| 2 +- df/Makefile