Use make variable ACK
This commit is contained in:
parent
2873c58731
commit
9f01f909f6
|
@ -1,3 +1,4 @@
|
||||||
|
ACK=ack
|
||||||
tested: last
|
tested: last
|
||||||
set -x ;\
|
set -x ;\
|
||||||
for i in `awk '{for(i=\$$1;i<=151;i++)print i}' last ` ;\
|
for i in `awk '{for(i=\$$1;i<=151;i++)print i}' last ` ;\
|
||||||
|
@ -5,7 +6,7 @@ tested: last
|
||||||
echo $$i; \
|
echo $$i; \
|
||||||
echo $$i >last; \
|
echo $$i >last; \
|
||||||
select $$i tests > test.e; \
|
select $$i tests > test.e; \
|
||||||
ack test.e; \
|
$(ACK) test.e; \
|
||||||
a.out \
|
a.out \
|
||||||
: ok; \
|
: ok; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue