mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 12:38:02 +02:00
cairo-perf-diff: Use rsync instead of cp to avoid some unnecessary rebuilding
This commit is contained in:
parent
f1f189b81a
commit
26b74049e7
1 changed files with 2 additions and 2 deletions
|
|
@ -127,9 +127,9 @@ run_cairo_perf_if_not_cached() {
|
|||
git checkout tmp-cairo-perf-diff
|
||||
git reset --hard $sha
|
||||
make CFLAGS="-O2" || (rm config.cache && make CFLAGS="-O2")
|
||||
cp -a $CAIRO_DIR/boilerplate .
|
||||
rsync -rl $CAIRO_DIR/boilerplate .
|
||||
(cd boilerplate; make)
|
||||
cp -a $CAIRO_DIR/perf .
|
||||
rsync -rl $CAIRO_DIR/perf .
|
||||
cd perf;
|
||||
make || exit 1
|
||||
echo "Running \"cairo-perf $CAIRO_PERF_OPTIONS\" against $rev. Results will be cached in:"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue