]> git.proxmox.com Git - mirror_qemu.git/commit
rules.mak: add more rules to avoid chaining
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Nov 2016 19:46:13 +0000 (20:46 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Dec 2016 15:00:24 +0000 (16:00 +0100)
commita273f4cedf011af535ff3757c3a93e7134c198da
tree99f5d06f166ea5f8e1cd949e35809bab13fb885e
parent5ffb3505412b08fb6398748de7eb0fb2cfbfe4e7
rules.mak: add more rules to avoid chaining

Really rule chaining is not a particularly expensive task, since
GNU Make caches the directory listing.  However it is easy to
avoid it for most files and for phony targets (one was missing).

After this patch, only "Makefile", "scripts/hxtool" and
"scripts/create_config" attempt to use chained rules.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.target
rules.mak