mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Updated configure script so that it does not configure llvm/project
directories that do not contain a configure script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9493c97829
commit
2f2741bfa8
2
configure
vendored
2
configure
vendored
@ -1523,7 +1523,7 @@ for i in `ls ${srcdir}/projects`
|
||||
do
|
||||
if test ${i} != "CVS"
|
||||
then
|
||||
if test -d ${srcdir}/projects/${i}
|
||||
if test -f ${srcdir}/projects/${i}/configure
|
||||
then
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user