Changeset 4bfe135 in rtems
- Timestamp:
- 07/31/02 14:40:48 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 532fad28
- Parents:
- 79b15c1d
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r79b15c1d r4bfe135 1 2002-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 1 6 2002-07-31 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/aclocal/rtems-top.m4
r79b15c1d r4bfe135 27 27 if test "$with_target_subdir" = "." ; then 28 28 # Native 29 PROJECT_TOPdir= ${RTEMS_TOPdir}/'$(top_builddir)'29 PROJECT_TOPdir="${with_project_root}${RTEMS_TOPdir}/\$(MULTIBUILDTOP)\$(top_builddir)" 30 30 else 31 31 # Cross 32 32 dots=`echo $with_target_subdir|\ 33 33 sed -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'` 34 PROJECT_TOPdir= ${dots}${RTEMS_TOPdir}/'$(top_builddir)'34 PROJECT_TOPdir="${dots}${with_project_root}${RTEMS_TOPdir}/\$(MULTIBUILDTOP)\$(top_builddir)" 35 35 fi 36 36 AC_SUBST(PROJECT_TOPdir)
Note: See TracChangeset
for help on using the changeset viewer.