Revision: 15388
Author: [email protected]
Date: Fri Jun 28 08:20:07 2013
Log: Roll gyp to r1656
r1656 contains a bug fix for the make generator to correctly regenerate
Makefiles if a gyp was touched. Before, it would assume that it is
running in the top-level directory. However, the v8 standalone build
puts the generated Makefile into the out subdirectory, and so gyp
failed to locate the gyp binary.
BUG=none
[email protected]
Review URL: https://codereview.chromium.org/18053015
Patch from Jochen Eisinger <[email protected]>.
http://code.google.com/p/v8/source/detail?r=15388
Modified:
/branches/bleeding_edge/DEPS
/branches/bleeding_edge/Makefile
=======================================
--- /branches/bleeding_edge/DEPS Wed Sep 26 02:12:45 2012
+++ /branches/bleeding_edge/DEPS Fri Jun 28 08:20:07 2013
@@ -5,7 +5,7 @@
deps = {
# Remember to keep the revision in sync with the Makefile.
"v8/build/gyp":
- "http://gyp.googlecode.com/svn/trunk@1501",
+ "http://gyp.googlecode.com/svn/trunk@1656",
}
deps_os = {
=======================================
--- /branches/bleeding_edge/Makefile Fri Jun 28 00:31:23 2013
+++ /branches/bleeding_edge/Makefile Fri Jun 28 08:20:07 2013
@@ -391,4 +391,4 @@
# Remember to keep these in sync with the DEPS file.
dependencies:
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
- --revision 1501
+ --revision 1656
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.