]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
clean tests dir
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 25 Jan 2004 15:47:27 +0000 (15:47 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 25 Jan 2004 15:47:27 +0000 (15:47 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@590 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile
tests/Makefile

index ecbd9d4d1f41e70c550210d15434936fba7314a9..4c49bd4929a31ab1c1794b025630558be24f66dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ clean:
 # avoid old build problems by removing potentially incorrect old files
        rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h 
        rm -f *.o *.a $(TOOLS) dyngen TAGS qemu.pod
+       make -C tests clean
        for d in $(TARGET_DIRS); do \
        make -C $$d $@ || exit 1 ; \
         done
index a9bb0f3dc5fc8bfd32ff7eecbb045e7b4b5cfb05..c2245043076fa17cea903a1c1c3f410bfab213e5 100644 (file)
@@ -72,4 +72,4 @@ test2:
         done
 
 clean:
-       rm -f *~ *.o $(TESTS)
+       rm -f *~ *.o test-i386.out test-i386.ref $(TESTS)