1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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> 2014-03-24 Andreas Schwab <schwab@suse.de>
[BZ #16002] [BZ #16002]

View File

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