1- From 45000acd2fe5ccf48d1061f76eea2333524ebe74 Mon Sep 17 00:00:00 2001
1+ From 31d199f67ff88be5576869abcc23ecf219fa1e6f Mon Sep 17 00:00:00 2001
22From: Petko Bordjukov <
[email protected] >
3- Date: Tue , 28 Feb 2017 00:04:26 +0200
3+ Date: Fri , 28 Jul 2017 11:11:08 +0300
44Subject: [PATCH 2/5] Don't compile unnecessary stuff
55
66---
7- Makefile | 14 ++++- ---------
7+ Makefile | 12 +++---------
88 gypfiles/all.gyp | 33 ---------------------------------
9- 2 files changed, 4 insertions(+), 43 deletions(-)
9+ 2 files changed, 3 insertions(+), 42 deletions(-)
1010
1111diff --git a/Makefile b/Makefile
12- index ed5b3a7fab..360dc3a1a1 100644
12+ index ed5b3a7fab..04eddb5e8a 100644
1313--- a/Makefile
1414+++ b/Makefile
15- @@ -265,16 +265,10 @@ ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 \
15+ @@ -265,15 +265,9 @@ ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 \
1616 android_mipsel android_x87
1717
1818 # List of files that trigger Makefile regeneration:
@@ -25,14 +25,12 @@ index ed5b3a7fab..360dc3a1a1 100644
2525- tools/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \
2626- buildtools/third_party/libc++abi/libc++abi.gyp \
2727- buildtools/third_party/libc++/libc++.gyp samples/samples.gyp \
28- - src/third_party/vtune/v8vtune.gyp src/d8.gyp
2928+ GYPFILES = gypfiles/shim_headers.gypi gypfiles/features.gypi \
30- + gypfiles/standalone.gypi gypfiles/toolchain.gypi \
31- + gypfiles/all .gyp gypfiles/mac/asan .gyp \
32- + tools/parser-shell .gyp src/d8.gyp
29+ + gypfiles/standalone.gypi gypfiles/all.gyp \
30+ + gypfiles/mac/asan .gyp src/v8.gyp tools/parser-shell .gyp \
31+ src/third_party/vtune/v8vtune .gyp src/d8.gyp
3332
3433 # If vtunejit=on, the v8vtune.gyp will be appended.
35- ifeq ($(vtunejit), on)
3634diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp
3735index bc9d9650eb..96820a0ecc 100644
3836--- a/gypfiles/all.gyp
0 commit comments