diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-03 11:42:03 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:17 -0400 |
commit | 2becc36a3e53dc9b8ed01c5288e21a2463f1f640 (patch) | |
tree | a9d1f784c47bc111897d41db50972c4628bf6607 /rules.mak | |
parent | d3b184809608f3ea948b199d779ec02169ad7085 (diff) | |
download | qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.zip qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.gz qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.bz2 |
meson: infrastructure for building emulators
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rules.mak')
-rw-r--r-- | rules.mak | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -203,14 +203,6 @@ notempty = $(if $1,y,n) # Generate files with tracetool TRACETOOL=$(PYTHON) $(SRC_PATH)/scripts/tracetool.py -# Generate timestamp files for .h include files - -config-%.h: config-%.h-timestamp - @cmp $< $@ >/dev/null 2>&1 || cp $< $@ - -config-%.h-timestamp: config-%.mak $(SRC_PATH)/scripts/create_config - $(call quiet-command, sh $(SRC_PATH)/scripts/create_config < $< > $@,"GEN","$(TARGET_DIR)config-$*.h") - .PHONY: clean-timestamp clean-timestamp: rm -f *.timestamp |