Commit 18d5a76d by Diego Novillo Committed by Diego Novillo

* validate_failures.py: Fix typo.

From-SVN: r198074
parent 5ef3de19
2013-04-18 Diego Novillo <dnovillo@google.com> 2013-04-18 Diego Novillo <dnovillo@google.com>
* validate_failures.py: Fix typo.
2013-04-18 Diego Novillo <dnovillo@google.com>
* validate_failures.py: Loosen check for build directory. * validate_failures.py: Loosen check for build directory.
State what failed if we couldn't find the source tree or State what failed if we couldn't find the source tree or
the target triplet. the target triplet.
......
...@@ -361,7 +361,7 @@ def GetManifestPath(srcdir, target, user_provided_must_exist): ...@@ -361,7 +361,7 @@ def GetManifestPath(srcdir, target, user_provided_must_exist):
return manifest_path return manifest_path
else: else:
if not srcdir: if not srcdir:
Error('Could not determine where the location of GCC\'s source tree. ' Error('Could not determine the location of GCC\'s source tree. '
'The Makefile does not contain a definition for "srcdir".') 'The Makefile does not contain a definition for "srcdir".')
if not target: if not target:
Error('Could not determine the target triplet for this build. ' Error('Could not determine the target triplet for this build. '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment