diff options
| author | Marc-André Lureau | 2019-08-20 10:29:52 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:41 +0200 |
| commit | 10e1d2636dc607eaf0aa3f534e834cd2bf018750 (patch) | |
| tree | 50aebe2d60b167fbe35ed57e2403148a91f36331 /rules.mak | |
| parent | configure: place compatibility symlinks in target directories (diff) | |
| download | qemu-10e1d2636dc607eaf0aa3f534e834cd2bf018750.tar.gz qemu-10e1d2636dc607eaf0aa3f534e834cd2bf018750.tar.xz qemu-10e1d2636dc607eaf0aa3f534e834cd2bf018750.zip | |
meson: convert systemtap files
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 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -199,9 +199,6 @@ ne = $(if $(subst $2,,$1)$(subst $1,,$2),y,n) isempty = $(if $1,n,y) notempty = $(if $1,y,n) -# Generate files with tracetool -TRACETOOL=$(PYTHON) $(SRC_PATH)/scripts/tracetool.py - .PHONY: clean-timestamp clean-timestamp: rm -f *.timestamp |
