Changeset 4bfe135 in rtems


Ignore:
Timestamp:
07/31/02 14:40:48 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
532fad28
Parents:
79b15c1d
Message:

2002-07-31 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r79b15c1d r4bfe135  
     12002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
     4        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
     5
    162002-07-31      Joel Sherrill <joel@OARcorp.com>
    27
  • cpukit/aclocal/rtems-top.m4

    r79b15c1d r4bfe135  
    2727if test "$with_target_subdir" = "." ; then
    2828# Native
    29 PROJECT_TOPdir=${RTEMS_TOPdir}/'$(top_builddir)'
     29PROJECT_TOPdir="${with_project_root}${RTEMS_TOPdir}/\$(MULTIBUILDTOP)\$(top_builddir)"
    3030else
    3131# Cross
    3232dots=`echo $with_target_subdir|\
    3333sed -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
    34 PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'
     34PROJECT_TOPdir="${dots}${with_project_root}${RTEMS_TOPdir}/\$(MULTIBUILDTOP)\$(top_builddir)"
    3535fi
    3636AC_SUBST(PROJECT_TOPdir)
Note: See TracChangeset for help on using the changeset viewer.