summarylogtreecommitdiffstats
path: root/0008_mksnapshot_stdout.patch
diff options
context:
space:
mode:
authorpat-s2018-03-04 20:19:56 +0100
committerpat-s2018-03-04 20:19:56 +0100
commiteca02c0286853717fb82b9f3a91b3c3ffbb7d6da (patch)
tree5149a1e3aedac0eb6c765ed09201f418a7f39eeb /0008_mksnapshot_stdout.patch
parent8fb7d7687be1fdc6908573c8895b0d1ada9d5716 (diff)
downloadaur-eca02c0286853717fb82b9f3a91b3c3ffbb7d6da.tar.gz
update sources
Diffstat (limited to '0008_mksnapshot_stdout.patch')
-rw-r--r--0008_mksnapshot_stdout.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/0008_mksnapshot_stdout.patch b/0008_mksnapshot_stdout.patch
new file mode 100644
index 000000000000..d825ee0f9c3b
--- /dev/null
+++ b/0008_mksnapshot_stdout.patch
@@ -0,0 +1,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': [