aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-07-28 03:27:46 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-07-28 03:27:46 +0000
commit9175bfc0f5e45004a3be439b00f479c11f3074ee (patch)
tree7e4b87181ef349db2a091c1dd1cb065763e84710 /configure.in
parentc86b6a7b5eabc60f7a4d99ce6ec30d48f5c71364 (diff)
downloadfsf-binutils-gdb-9175bfc0f5e45004a3be439b00f479c11f3074ee.zip
fsf-binutils-gdb-9175bfc0f5e45004a3be439b00f479c11f3074ee.tar.gz
fsf-binutils-gdb-9175bfc0f5e45004a3be439b00f479c11f3074ee.tar.bz2
* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
creating target and build subdirs to build all parent dirs as needed. * Makefile.in: Rebuild. * configure.in: Don't build dirs explicitly here. * configure: Rebuild.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in20
1 files changed, 1 insertions, 19 deletions
diff --git a/configure.in b/configure.in
index 6c22add..a478156 100644
--- a/configure.in
+++ b/configure.in
@@ -192,27 +192,9 @@ else
is_cross_compiler=yes
fi
-# Find the build and target subdirs.
+# Find the build and target subdir names.
GCC_TOPLEV_SUBDIRS
-if test ! -d ${target_subdir} ; then
- if mkdir ${target_subdir} ; then true
- else
- echo "'*** could not make ${PWD=`${PWDCMD-pwd}`}/${target_subdir}" 1>&2
- exit 1
- fi
-fi
-
-if test x"${build_alias}" != x"${host}" ; then
- if test ! -d ${build_subdir} ; then
- if mkdir ${build_subdir} ; then true
- else
- echo "'*** could not make ${PWD=`${PWDCMD-pwd}`}/${build_subdir}" 1>&2
- exit 1
- fi
- fi
-fi
-
# Skipdirs are removed silently.
skipdirs=
# Noconfigdirs are removed loudly.