Mercurial > ecos-v3_0-branch
diff host/configure @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 518f42066aba |
| children | a9ac27ec7abc |
line wrap: on
line diff
--- a/host/configure +++ b/host/configure @@ -1673,15 +1673,7 @@ ECOS_DIRS="infra libcdl" -if test -f ${srcdir}/tools/Utils/common/configure; then - ECOS_DIRS="${ECOS_DIRS} tools/Utils/common" - -fi -if test -f ${srcdir}/tools/ecostest/common/configure; then - ECOS_DIRS="${ECOS_DIRS} tools/ecostest/common" - -fi if test -d ${srcdir}/tools/configtool/standalone/common; then ECOS_DIRS="${ECOS_DIRS} tools/configtool/standalone/common" @@ -1972,21 +1964,9 @@ EOF cat >> $CONFIG_STATUS <<EOF - - EOF cat >> $CONFIG_STATUS <<\EOF - test -d tools || mkdir tools - test -d tools/Utils || mkdir tools/Utils - test -d tools/Utils/common || mkdir tools/Utils/common - - - test -d tools || mkdir tools - test -d tools/ecostest || mkdir tools/ecostest - test -d tools/ecostest/common || mkdir tools/ecostest/common - - test -d tools || mkdir tools test -d tools/configtool || mkdir tools/configtool test -d tools/configtool/standalone || mkdir tools/configtool/standalone
