mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 02:47:25 +00:00
Don't configure directories that don't have a configure script (i.e Stacker).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10436 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52b62de100
commit
9493c97829
@ -37,7 +37,7 @@ for i in `ls ${srcdir}/projects`
|
|||||||
do
|
do
|
||||||
if test ${i} != "CVS"
|
if test ${i} != "CVS"
|
||||||
then
|
then
|
||||||
if test -d ${srcdir}/projects/${i}
|
if test -f ${srcdir}/projects/${i}/configure
|
||||||
then
|
then
|
||||||
AC_CONFIG_SUBDIRS(projects/${i})
|
AC_CONFIG_SUBDIRS(projects/${i})
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user