Revision: 18440
Author:   [email protected]
Date:     Thu Jan  2 14:35:32 2014 UTC
Log:      Set the gyp DEPTH variable as relative path.

After r18439, it's an absolute variable which confuses gy

LOG=n
[email protected]
BUG=none

Review URL: https://codereview.chromium.org/119293004
http://code.google.com/p/v8/source/detail?r=18440

Modified:
 /branches/bleeding_edge/build/gyp_v8

=======================================
--- /branches/bleeding_edge/build/gyp_v8        Thu Jan  2 13:50:50 2014 UTC
+++ /branches/bleeding_edge/build/gyp_v8        Thu Jan  2 14:35:32 2014 UTC
@@ -145,7 +145,7 @@
   args.append('--no-circular-check')

   # Set the GYP DEPTH variable to the root of the V8 project.
-  args.append('--depth=' + v8_root)
+  args.append('--depth=' + os.path.relpath(v8_root))

   # If V8_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check
   # to enfore syntax checking.

--
--
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.

Reply via email to