mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
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>
|
2004-07-25 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
|||||||
@@ -45,8 +45,8 @@ case "${with_project_root}" in
|
|||||||
*) # relative directory
|
*) # relative directory
|
||||||
sav0dir=`pwd` && cd ./${rtems_updir}
|
sav0dir=`pwd` && cd ./${rtems_updir}
|
||||||
sav1dir=`pwd` && cd ../${MULTIBUILDTOP}
|
sav1dir=`pwd` && cd ../${MULTIBUILDTOP}
|
||||||
sav2dir=`pwd` && cd $sav0dir
|
sav2dir=`pwd` && cd "$sav0dir"
|
||||||
mydir=`echo $sav1dir | sed s,^$sav2dir${MULTISUBDIR}/,,`
|
mydir=`echo "$sav1dir" | sed "s,^$sav2dir${MULTISUBDIR}/,,"`
|
||||||
PROJECT_ROOT='$(top_builddir)'${rtems_updir}'../$(MULTIBUILDTOP)'${mydir}/${with_project_root}
|
PROJECT_ROOT='$(top_builddir)'${rtems_updir}'../$(MULTIBUILDTOP)'${mydir}/${with_project_root}
|
||||||
;;
|
;;
|
||||||
esac],[
|
esac],[
|
||||||
|
|||||||
Reference in New Issue
Block a user