mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 16:10:23 +08:00
* validate_failures.py: Fix typo.
From-SVN: r198074
This commit is contained in:
parent
5ef3de19aa
commit
18d5a76d36
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -361,7 +361,7 @@ def GetManifestPath(srcdir, target, user_provided_must_exist):
|
||||
return manifest_path
|
||||
else:
|
||||
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".')
|
||||
if not target:
|
||||
Error('Could not determine the target triplet for this build. '
|
||||
|
Loading…
Reference in New Issue
Block a user