From 581d5d5df8a7811e1dd5c0221dd2e212ef8dd2ac Mon Sep 17 00:00:00 2001 From: David Greene Date: Thu, 19 Jun 2014 19:31:11 +0000 Subject: 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 --- utils/llvm-compilers-check | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utils') diff --git a/utils/llvm-compilers-check b/utils/llvm-compilers-check index c8bd905ff9..4db8426ace 100755 --- a/utils/llvm-compilers-check +++ b/utils/llvm-compilers-check @@ -538,10 +538,6 @@ class Builder(threading.Thread): self.logger.info("[" + prefix + "] Configure failed, no configure script " + conf) return -1 - if not os.path.exists(mf): - self.logger.info("[" + prefix + "] Configure failed, no makefile " + mf) - return -1 - if os.path.exists(conf) and os.path.exists(mf): confstat = os.stat(conf) makestat = os.stat(mf) -- cgit v1.2.3