Reviewers: Jakob,
Description:
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]
Please review this at https://codereview.chromium.org/18053015/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M DEPS
M Makefile
Index: DEPS
diff --git a/DEPS b/DEPS
index
8d66960f2d7f483929615ba7f5f99cb72e75f795..5d84d8b07b9f247775b96cf7f6e42215ceab041a
100644
--- a/DEPS
+++ b/DEPS
@@ -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 = {
Index: Makefile
diff --git a/Makefile b/Makefile
index
bdd652415296dfce0c54cea0f0bdde03d0f594b8..0c61d83b68f875f9341d0f553134985a9a11f716
100644
--- a/Makefile
+++ b/Makefile
@@ -391,4 +391,4 @@ $(ENVFILE).new:
# 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.