2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>

PR 673/make_build
	* config-ml.in: Quote 'cd "${ml_origdir}"'.
	Quote 'cd "${ML_POPDIR}"'.
This commit is contained in:
Ralf Corsepius
2004-08-18 12:41:13 +00:00
parent 31ca690ef5
commit a7fabaec5f
2 changed files with 9 additions and 2 deletions

View File

@@ -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>

View File

@@ -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