This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Allow adding arbitrary code to benchmark tests
- From: Andreas Schwab <schwab at suse dot de>
- To: Siddhesh Poyarekar <siddhesh at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 20 Mar 2013 11:40:24 +0100
- Subject: Re: [PATCH] Allow adding arbitrary code to benchmark tests
- References: <20130320103133 dot GW25837 at spoyarek dot pnq dot redhat dot com>
Siddhesh Poyarekar <siddhesh@redhat.com> writes:
> $(objpfx)bench-%.c: %-inputs bench-skeleton.c
> + if [ -n "$($*-INCLUDE)" ]; then \
> + cat $($*-INCLUDE) > $@; \
> + else \
> + rm -f $@ && touch $@; \
> + fi;
> $(..)scripts/bench.pl $(patsubst %-inputs,%,$<) \
> - $($*-ITER) $($*-ARGLIST) $($*-RET) > $@
> + $($*-ITER) $($*-ARGLIST) $($*-RET) >> $@
Please use an atomic update method for the target.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."