remove logs after creating crash.txt

master
melvin 2012-11-20 15:40:16 +08:00
parent 5964a51cd5
commit 0a0017332d
1 changed files with 1 additions and 0 deletions

View File

@ -439,6 +439,7 @@ crash.txt: $(wildcard *.log)
for i in `grep "^Excep" -l $^`; do \
tail -n +`grep -n "random seed" $$i | tail -1 | cut -d':' -f1` $$i; \
done >> $@
rm $^
support/ui:
for i in src/$@/*.java; do wget https://cakehat.googlecode.com/svn/trunk/$$i -O $$i; done