mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
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:
@@ -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>
|
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 673/make_build
|
||||||
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
|
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
|
||||||
|
|
||||||
2004-07-14 Joel Sherrill <joel@OARcorp.com>
|
2004-07-14 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|||||||
@@ -638,11 +638,11 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ${ML_POPDIR}
|
cd "${ML_POPDIR}"
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ${ml_origdir}
|
cd "${ml_origdir}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi # ${ml_toplevel_p} = yes
|
fi # ${ml_toplevel_p} = yes
|
||||||
|
|||||||
Reference in New Issue
Block a user