mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 19:38:16 +00:00
qapi: Don't create useless directory qapi-generated
We used to generate first test and later QGA QAPI code into qapi-generated/. Commit b93b63f574 moved the test code to tests/. Commit 54c2e50205 moved the QGA code to qga/qapi-generated/. The directory has been unused since. Backports commit 418b1d0ae3a2cc992659f626a2a3f11944e0b259 from qemu
This commit is contained in:
parent
3277400723
commit
4b61859c3c
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ clean:
|
|||
@# May not be present in GENERATED_FILES
|
||||
rm -f $(foreach f,$(GENERATED_FILES),$(f) $(f)-timestamp)
|
||||
rm -f qapi-gen-timestamp
|
||||
rm -rf qapi-generated
|
||||
for d in $(ALL_SUBDIRS); do \
|
||||
if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue