File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ tests.log:
1010 @../test.pl -f -e -p -c ' ../chain.py ../../../src/cbmc/cbmc'
1111
1212clean :
13+ $(RM ) tests.log
1314 @for dir in * ; do \
14- $(RM ) tests.log; \
1515 if [ -d " $$ dir" ]; then \
1616 cd " $$ dir" ; \
1717 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ tests.log: ../test.pl test
3232
3333
3434clean :
35+ $(RM ) tests.log
3536 @for dir in * ; do \
36- $(RM ) tests.log; \
3737 if [ -d " $$ dir" ]; then \
3838 cd " $$ dir" ; \
3939 $(RM ) * .out * .gb * .smt2; \
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ tests.log:
1717endif
1818
1919clean :
20+ $(RM ) tests.log
2021 @for dir in * ; do \
21- $(RM ) tests.log; \
2222 if [ -d " $$ dir" ]; then \
2323 cd " $$ dir" ; \
2424 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ tests.log:
1818 @../test.pl -e -p -c ' ../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument ../../../src/cbmc/cbmc ./../../../scripts/extract_type_header.py $(is_windows)'
1919
2020clean :
21+ $(RM ) tests.log
2122 @for dir in * ; do \
22- $(RM ) tests.log; \
2323 if [ -d " $$ dir" ]; then \
2424 cd " $$ dir" ; \
2525 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ tests.log:
1818 @../test.pl -e -p -c ' ../chain.sh $(exe) ../../../src/cbmc/cbmc $(is_windows)'
1919
2020clean :
21+ $(RM ) tests.log
2122 @for dir in * ; do \
22- $(RM ) tests.log; \
2323 if [ -d " $$ dir" ]; then \
2424 cd " $$ dir" ; \
2525 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ tests.log:
1818 @../test.pl -e -p -c ' ../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument ../../../src/cbmc/cbmc $(is_windows)'
1919
2020clean :
21+ $(RM ) tests.log
2122 @for dir in * ; do \
22- $(RM ) tests.log; \
2323 if [ -d " $$ dir" ]; then \
2424 cd " $$ dir" ; \
2525 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ tests.log:
1818 @../test.pl -e -p -c ' ../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument'
1919
2020clean :
21+ $(RM ) tests.log
2122 @for dir in * ; do \
22- $(RM ) tests.log; \
2323 if [ -d " $$ dir" ]; then \
2424 cd " $$ dir" ; \
2525 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ tests.log:
1010 @../test.pl -e -p -c ' ../chain.sh $(exe) ../../../src/symtab2gb/symtab2gb ../../../src/goto-instrument/goto-instrument'
1111
1212clean :
13+ $(RM ) tests.log
1314 @for dir in * ; do \
14- $(RM ) tests.log; \
1515 if [ -d " $$ dir" ]; then \
1616 cd " $$ dir" ; \
1717 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ tests.log:
1818 @../test.pl -e -p -c ' ../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument ../../../src/cbmc/cbmc $(is_windows)'
1919
2020clean :
21+ $(RM ) tests.log
2122 @for dir in * ; do \
22- $(RM ) tests.log; \
2323 if [ -d " $$ dir" ]; then \
2424 cd " $$ dir" ; \
2525 $(RM ) * .out * .gb; \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ tests.log:
1818 @../test.pl -e -p -c ' ../chain.sh $(exe) ../../../src/goto-instrument/goto-instrument $(is_windows)'
1919
2020clean :
21+ $(RM ) tests.log
2122 @for dir in * ; do \
22- $(RM ) tests.log; \
2323 if [ -d " $$ dir" ]; then \
2424 cd " $$ dir" ; \
2525 $(RM ) * .out * .gb; \
You can’t perform that action at this time.
0 commit comments