You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
Index: build/all.gyp |
|
--- build/all.gyp.orig 2013-10-16 12:38:50.000000000 +0200 |
|
+++ build/all.gyp 2013-10-31 19:44:35.847786172 +0100 |
|
@@ -8,9 +8,7 @@ |
|
'target_name': 'All', |
|
'type': 'none', |
|
'dependencies': [ |
|
- '../samples/samples.gyp:*', |
|
- '../src/d8.gyp:d8', |
|
- '../test/cctest/cctest.gyp:*', |
|
+ '../src/d8.gyp:d8' |
|
], |
|
} |
|
] |
|
Index: src/platform-freebsd.cc |
|
--- src/platform-freebsd.cc.orig 2013-09-28 18:02:01.000000000 +0200 |
|
+++ src/platform-freebsd.cc 2013-10-31 20:03:09.708026929 +0100 |
|
@@ -182,7 +182,7 @@ |
|
// There may be no filename in this line. Skip to next. |
|
if (start_of_path == NULL) continue; |
|
buffer[bytes_read] = 0; |
|
- LOG(isolate SharedLibraryEvent(start_of_path, start, end)); |
|
+ LOG(isolate, SharedLibraryEvent(start_of_path, start, end)); |
|
} |
|
close(fd); |
|
} |
|
Index: tools/gyp/v8.gyp |
|
--- tools/gyp/v8.gyp.orig 2013-10-30 23:47:03.000000000 +0100 |
|
+++ tools/gyp/v8.gyp 2013-10-31 19:44:35.847786172 +0100 |
|
@@ -205,6 +205,9 @@ |
|
'../../src', |
|
], |
|
'sources': [ ### gcmole(all) ### |
|
+ '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', |
|
+ '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', |
|
+ '../../src/snapshot-empty.cc', |
|
'../../src/accessors.cc', |
|
'../../src/accessors.h', |
|
'../../src/allocation.cc',
|
|
|