summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--config-ml.in4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0da6745795..e4277ba42a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
+2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ PR 673/make_build
+ * config-ml.in: Quote 'cd "${ml_origdir}"'.
+ Quote 'cd "${ML_POPDIR}"'.
+
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 673/make_build
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
2004-07-14 Joel Sherrill <joel@OARcorp.com>
diff --git a/config-ml.in b/config-ml.in
index 70ef0fdcca..807cc0b2cb 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -638,11 +638,11 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
exit 1
fi
- cd ${ML_POPDIR}
+ cd "${ML_POPDIR}"
done
- cd ${ml_origdir}
+ cd "${ml_origdir}"
fi
fi # ${ml_toplevel_p} = yes