| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 22185b5101c4d586b6c5d98a6a7969a5d907a04f..43729c7bbad82c94e1428ba6a3e6c2184aa5e283 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -222,8 +222,8 @@ NACL_ARCHES = nacl_ia32 nacl_x64
|
|
|
| # List of files that trigger Makefile regeneration:
|
| GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \
|
| - build/toolchain.gypi preparser/preparser.gyp samples/samples.gyp \
|
| - src/d8.gyp test/cctest/cctest.gyp tools/gyp/v8.gyp
|
| + build/toolchain.gypi samples/samples.gyp src/d8.gyp \
|
| + test/cctest/cctest.gyp tools/gyp/v8.gyp
|
|
|
| # If vtunejit=on, the v8vtune.gyp will be appended.
|
| ifeq ($(vtunejit), on)
|
| @@ -328,7 +328,7 @@ $(addsuffix .check, $(ANDROID_BUILDS)): $$(basename $$@).sync
|
| @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
|
| --arch-and-mode=$(basename $@) \
|
| --timeout=600 \
|
| - --command-prefix="tools/android-run.py"
|
| + --command-prefix="tools/android-run.py" $(TESTFLAGS)
|
|
|
| $(addsuffix .check, $(ANDROID_ARCHES)): \
|
| $(addprefix $$(basename $$@).,$(MODES)).check
|
|
|