]> granicus.if.org Git - llvm/commitdiff
Remove temp files
authorChris Lattner <sabre@nondot.org>
Mon, 23 Dec 2002 23:47:39 +0000 (23:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Dec 2002 23:47:39 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5118 91177308-0d34-0410-b5e6-96231b3b80d8

test/BugPoint/Makefile

index 9ccafc73acc8ac623d3d98f138cf9630bc8bd701..5605efda906da4bf9d7e41fa3c30e8684ac5ab40 100644 (file)
@@ -12,6 +12,8 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
 
 Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
        -$(TESTRUNR) $<
+       -# Remove temporary files generated...
+       @rm -f bugpoint-$<-*
 
 clean::
        rm -f *.bc