summarylogtreecommitdiffstats
path: root/0008_mksnapshot_stdout.patch
blob: d825ee0f9c3bc05db964849ba6a5406b9b93b300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Redirect mksnapshot log to stdout
 armel builds typically fail at mksnapshot, for which it is useful to be able to get the actual log.
Forwarded: not-needed
Author: Jérémy Lal <kapouer@melix.org>
Last-Update: 2011-10-25
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -136,7 +136,7 @@
               'variables': {
                 'mksnapshot_flags': [
                   '--log-snapshot-positions',
-                  '--logfile', '<(INTERMEDIATE_DIR)/snapshot.log',
+                  '--logfile', '-',
                 ],
               },
               'conditions': [