From 31ca690ef560803ba6490e21337f7c43eba10d6f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Aug 2004 11:06:47 +0000 Subject: 2004-08-18 Ralf Corsepius PR 673/make_build * aclocal/rtems-top.m4 (RTEMS_TOP): Add further quotes. --- cpukit/ChangeLog | 7 ++++++- cpukit/aclocal/rtems-top.m4 | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1be44f1f50..59f883e97b 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,6 +1,11 @@ +2004-08-18 Ralf Corsepius + + PR 673/make_build + * aclocal/rtems-top.m4 (RTEMS_TOP): Add further quotes. + 2004-07-28 Joel Sherrill - * 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 diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4 index c3f74304e5..98384caa73 100644 --- a/cpukit/aclocal/rtems-top.m4 +++ b/cpukit/aclocal/rtems-top.m4 @@ -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],[ -- cgit v1.2.3