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

PR 673/make_build
	* aclocal/rtems-top.m4 (RTEMS_TOP): Add further quotes.
This commit is contained in:
Ralf Corsepius
2004-08-18 11:06:47 +00:00
parent 0ad53a905a
commit 31ca690ef5
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
2004-08-18 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 673/make_build
* aclocal/rtems-top.m4 (RTEMS_TOP): Add further quotes.
2004-07-28 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.1.
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-07-25 Till Straumann <strauman@slac.stanford.edu>

View File

@@ -45,8 +45,8 @@ case "${with_project_root}" in
*) # relative directory
sav0dir=`pwd` && cd ./${rtems_updir}
sav1dir=`pwd` && cd ../${MULTIBUILDTOP}
sav2dir=`pwd` && cd $sav0dir
mydir=`echo $sav1dir | sed s,^$sav2dir${MULTISUBDIR}/,,`
sav2dir=`pwd` && cd "$sav0dir"
mydir=`echo "$sav1dir" | sed "s,^$sav2dir${MULTISUBDIR}/,,"`
PROJECT_ROOT='$(top_builddir)'${rtems_updir}'../$(MULTIBUILDTOP)'${mydir}/${with_project_root}
;;
esac],[