summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 15:46:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 15:46:07 +0000
commitf205fe6d1cbc9eed535bbf1037668e1c3a548e99 (patch)
tree924ebedf995e99a264973be13d05127b80d312e2 /configure
parentTemporarily leave strsep out of the build. (diff)
downloadrtems-f205fe6d1cbc9eed535bbf1037668e1c3a548e99.tar.bz2
Updated to reflect stack transition.
Diffstat (limited to '')
-rw-r--r--configure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2e0f2886ac..a97caec424 100644
--- a/configure
+++ b/configure
@@ -1203,7 +1203,7 @@ rm -rf conftestdata
echo "$ac_t""$rtems_cv_prog_MKDIR_P" 1>&6
test "$rtems_cv_prog_MKDIR_P" = "yes" && MKDIR="$MKDIR -p"
-test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755"
+#test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755"
# Extract the first word of "touch", so it can be a program name with args.
set dummy touch; ac_word=$2
diff --git a/configure.in b/configure.in
index f6ddc6923f..774f32f10f 100644
--- a/configure.in
+++ b/configure.in
@@ -109,7 +109,7 @@ RTEMS_PATH_MKDIR
RTEMS_PROG_MKDIR_M
RTEMS_PROG_MKDIR_P
test "$rtems_cv_prog_MKDIR_P" = "yes" && MKDIR="$MKDIR -p"
-test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755"
+#test "$rtems_cv_prog_MKDIR_M" = "yes" && MKDIR="$MKDIR -m 0755"
AC_PATH_PROG(TOUCH,touch)
AC_PATH_PROG(CMP,cmp)