forked from OSchip/llvm-project
Added code to the clean rule that deletes files placed in the source directory.
These files interfer with a second build attempt. llvm-svn: 6927
This commit is contained in:
parent
8224df947c
commit
abebb9af11
|
@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr
|
|||
$(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c
|
||||
$(TOOLEXENAME_G) -I -O0 <sample.gr >tmp && cmp tmp sample.c
|
||||
$(TOOLEXENAME_G) -I -= <sample.gr >tmp && cmp tmp sample.c
|
||||
rm -f tmp sample.c
|
||||
|
|
Loading…
Reference in New Issue