forked from Imagelibrary/rtems
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
|
||||||
|
compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
|
||||||
|
|
||||||
2002-07-31 Joel Sherrill <joel@OARcorp.com>
|
2002-07-31 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* aclocal/rtems-cpu-subdirs.m4: Removed the or16 port
|
* aclocal/rtems-cpu-subdirs.m4: Removed the or16 port
|
||||||
|
|||||||
@@ -26,12 +26,12 @@ test -n "$with_target_subdir" || with_target_subdir="."
|
|||||||
|
|
||||||
if test "$with_target_subdir" = "." ; then
|
if test "$with_target_subdir" = "." ; then
|
||||||
# Native
|
# Native
|
||||||
PROJECT_TOPdir=${RTEMS_TOPdir}/'$(top_builddir)'
|
PROJECT_TOPdir="${with_project_root}${RTEMS_TOPdir}/\$(MULTIBUILDTOP)\$(top_builddir)"
|
||||||
else
|
else
|
||||||
# Cross
|
# Cross
|
||||||
dots=`echo $with_target_subdir|\
|
dots=`echo $with_target_subdir|\
|
||||||
sed -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
|
sed -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
|
||||||
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
|
PROJECT_TOPdir="${dots}${with_project_root}${RTEMS_TOPdir}/\$(MULTIBUILDTOP)\$(top_builddir)"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(PROJECT_TOPdir)
|
AC_SUBST(PROJECT_TOPdir)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user