benchtests: Move bench.py to benchtests/scripts/

It makes much more sense to have all benchmarking-related scripts in a
single place away from everything else.
This commit is contained in:
Siddhesh Poyarekar 2014-03-24 21:16:36 +05:30
parent 44152e4b05
commit 27c673b8de
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
* scripts/bench.py: Moved to ...
* benchtests/scripts/bench.py: ... here.
* benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
2014-03-24 Andreas Schwab <schwab@suse.de>
[BZ #16002]

View file

@ -129,5 +129,5 @@ $(objpfx)bench-%.c: %-inputs $(bench-deps)
{ if [ -n "$($*-INCLUDE)" ]; then \
cat $($*-INCLUDE); \
fi; \
$(..)scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
$(.)scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
mv -f $@-tmp $@