summaryrefslogtreecommitdiff
path: root/tools/gyp
diff options
context:
space:
mode:
authorPeter Bright <drpizza@quiscalusmexicanus.org>2011-08-13 19:17:47 +0100
committerRyan Dahl <ry@tinyclouds.org>2011-08-13 19:57:42 -0700
commit16788f461aedaca7eb7fc658b6b115ac8a3f5d62 (patch)
treeefae2cd898497c995bf774bd95fd7f8206eeae82 /tools/gyp
parenta5d90c435cb7af5fafe5b370e412e1b965d24114 (diff)
downloadandroid-node-v8-16788f461aedaca7eb7fc658b6b115ac8a3f5d62.tar.gz
android-node-v8-16788f461aedaca7eb7fc658b6b115ac8a3f5d62.tar.bz2
android-node-v8-16788f461aedaca7eb7fc658b6b115ac8a3f5d62.zip
Rename gyp files to produce useful solution names.
Hoist common settings into common.gypi. Restrict v8's common.gypi to v8 projects. Ensure v8 doesn't use /MP in debug builds. Add basic settings for other platforms. Make uv import common.gypi properly. Remove LTCG warning.
Diffstat (limited to 'tools/gyp')
-rw-r--r--tools/gyp/pylib/gyp/input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gyp/pylib/gyp/input.py b/tools/gyp/pylib/gyp/input.py
index 314b5c66de..8a44d4e99d 100644
--- a/tools/gyp/pylib/gyp/input.py
+++ b/tools/gyp/pylib/gyp/input.py
@@ -413,7 +413,7 @@ def LoadTargetBuildFile(build_file_path, data, aux_data, variables, includes,
index = index + 1
else:
raise Exception, \
- "Unable to find targets in build file %s" % build_file_path
+ "Unable to find targets in build file %s" % os.path.abspath(build_file_path)
# No longer needed.
del build_file_data['target_defaults']