mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
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>
This commit is contained in:
@@ -76,6 +76,7 @@ $(QEMU_PROG)-simpletrace.stp: $(BUILD_DIR)/trace-events-all
|
|||||||
else
|
else
|
||||||
stap:
|
stap:
|
||||||
endif
|
endif
|
||||||
|
.PHONY: stap
|
||||||
|
|
||||||
all: $(PROGS) stap
|
all: $(PROGS) stap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user