mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Separate out target for cleaning up qmtest garbage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a6ffa54e1b
commit
f19ae4c9db
@ -96,7 +96,9 @@ gui::
|
|||||||
$(QMTEST) gui --no-browser --daemon
|
$(QMTEST) gui --no-browser --daemon
|
||||||
|
|
||||||
# Also get rid of qmtest garbage when we 'make clean' in this directory.
|
# Also get rid of qmtest garbage when we 'make clean' in this directory.
|
||||||
clean::
|
clean:: qmtest-clean
|
||||||
|
|
||||||
|
qmtest-clean:
|
||||||
$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
|
$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
|
||||||
$(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
|
$(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
|
||||||
$(LLVM_OBJ_ROOT)/test/QMTest/*.pyo
|
$(LLVM_OBJ_ROOT)/test/QMTest/*.pyo
|
||||||
|
Loading…
Reference in New Issue
Block a user