From: John Criswell Date: Fri, 27 Jun 2003 17:03:20 +0000 (+0000) Subject: Added code to the clean rule that deletes files placed in the source directory. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3a56364f00b96a238f5de76a2c54bb34be8fd66f;p=oota-llvm.git Added code to the clean rule that deletes files placed in the source directory. These files interfer with a second build attempt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index f3e78db69f0..b19c0c2e1cc 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/Burg/Makefile @@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr $(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -O0 tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -= tmp && cmp tmp sample.c + rm -f tmp sample.c diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index f3e78db69f0..b19c0c2e1cc 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr $(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -O0 tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -= tmp && cmp tmp sample.c + rm -f tmp sample.c