Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 581d5d5

Browse files
committed
Remove bogus configure check
Configure creates makefiles, so it doesn't make sense to check for them to see if we can configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211301 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 30db0c2 commit 581d5d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/llvm-compilers-check

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,6 @@ class Builder(threading.Thread):
538538
self.logger.info("[" + prefix + "] Configure failed, no configure script " + conf)
539539
return -1
540540

541-
if not os.path.exists(mf):
542-
self.logger.info("[" + prefix + "] Configure failed, no makefile " + mf)
543-
return -1
544-
545541
if os.path.exists(conf) and os.path.exists(mf):
546542
confstat = os.stat(conf)
547543
makestat = os.stat(mf)

0 commit comments

Comments
 (0)