aboutsummaryrefslogtreecommitdiff
path: root/expr.go
diff options
context:
space:
mode:
authorFumitoshi Ukai <fumitoshi.ukai@gmail.com>2015-06-09 15:34:26 +0900
committerFumitoshi Ukai <fumitoshi.ukai@gmail.com>2015-06-09 15:38:34 +0900
commit7adc0f5392b543e892c5623c33f36071f10b56a7 (patch)
treec832dd24f56d0b34f1e7628f0532384fb4f517c0 /expr.go
parent1a77c8cbba2405cbaee852644a16670c99009b57 (diff)
downloadkati-7adc0f5392b543e892c5623c33f36071f10b56a7.tar.gz
use_find_cache: add another pattern
in repo/android/build/core/base_rules.mk java_resource_file_groups+= ... cd ${TOP_DIR}${LOCAL_PATH}/${dir} && find . -type d -a -name ".svn" -prune \ -o -type f -a \! -name "*.java" -a \! -name "package.html" -a \! \ -name "overview.html" -a \! -name ".*.swp" -a \! -name ".DS_Store" \ -a \! -name "*~" -print ) refactor androidFindCache. add walk method. % time ./repo/android.sh kati -c > /dev/null find: `dummy': No such file or directory find: `dummy': No such file or directory fatal: Not a git repository: 'packages/apps/Camera2/.git' ./repo/android.sh kati -c > /dev/null 32.38s user 41.67s system 130% cpu 56.897 total % time ./repo/android.sh kati -c -use_find_cache > /dev/null fatal: Not a git repository: 'packages/apps/Camera2/.git' ./repo/android.sh kati -c -use_find_cache > /dev/null 33.26s user 18.88s system 153% cpu 33.974 total
Diffstat (limited to 'expr.go')
0 files changed, 0 insertions, 0 deletions