mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Remove eval
It's not needed.
This commit is contained in:
parent
abe7f530bf
commit
8da491f585
@ -1,3 +1,7 @@
|
|||||||
|
2013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* Rules (bench): Remove eval.
|
||||||
|
|
||||||
2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
|
2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
Roland McGrath <roland@hack.frob.com>
|
Roland McGrath <roland@hack.frob.com>
|
||||||
Ondrej Bilka <neleai@seznam.cz>
|
Ondrej Bilka <neleai@seznam.cz>
|
||||||
|
2
Rules
2
Rules
@ -199,7 +199,7 @@ run-bench = $(test-wrapper-env) \
|
|||||||
bench: $(binaries-bench)
|
bench: $(binaries-bench)
|
||||||
for run in $^; do \
|
for run in $^; do \
|
||||||
echo "Running $${run}"; \
|
echo "Running $${run}"; \
|
||||||
eval $(run-bench) >> $(objpfx)bench.out-tmp; \
|
$(run-bench) >> $(objpfx)bench.out-tmp; \
|
||||||
done; \
|
done; \
|
||||||
if [ -f $(objpfx)bench.out ]; then \
|
if [ -f $(objpfx)bench.out ]; then \
|
||||||
mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \
|
mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \
|
||||||
|
Loading…
Reference in New Issue
Block a user