]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
qemu: fix incremental rebuild
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 28 Oct 2010 11:26:02 +0000 (12:26 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 28 Oct 2010 11:26:02 +0000 (12:26 +0100)
commit9f0d4ea8889964578655d6896937f484f5329f18
treebd52cff77270d662de2e751906142bf7b974b6b8
parent1a13c2df0c5c93f06c0f2286628b9b0f4d80ff4d
qemu: fix incremental rebuild

While the .*.d dependency files get build nicely during the initial
build, they never got actually used: make's $(wildcard ) function acts
like the shell's, i.e. *.d doesn't match any file name starting with
'.' and hence none of the files would ever be used.

For the clean: rules the issue is the same, except here it should have
been very obvious that removing *.d won't do what was intended.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Makefile
Makefile.target