mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 06:00:30 +00:00
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
This commit is contained in:
parent
2a6530f91a
commit
3a56364f00
@ -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
|
||||
|
@ -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
Block a user