mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 21:44:05 +08:00
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.
|
||||
|
||||
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* optman/Makefile.am: Set EXEEXT = <empty> (Work around to a bug in
|
||||
|
||||
@@ -24,7 +24,11 @@ rtems_updir=m4_if([$2],[],[`echo "$1/" | sed s,^\.\.\/\.\.\/,,`],[$2/])
|
||||
|
||||
AC_SUBST([RTEMS_ROOT],[${rtems_updir}'$(top_builddir)'])
|
||||
|
||||
AC_SUBST([PROJECT_TOPdir],[${with_project_top}${rtems_updir}'$(top_builddir)'])
|
||||
AS_IF([test -n "${with_target_subdir}"],
|
||||
[project_top="../${with_project_top}"],
|
||||
[project_top="${with_project_top}"])
|
||||
AC_SUBST([PROJECT_TOPdir],[${project_top}${rtems_updir}'$(top_builddir)'])
|
||||
|
||||
AC_SUBST([PROJECT_ROOT],[${with_project_root}${rtems_updir}'$(top_builddir)'])
|
||||
|
||||
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.
|
||||
|
||||
2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
|
||||
|
||||
@@ -41,8 +41,12 @@ rtems_rootdir=${rtems_updir}
|
||||
RTEMS_ROOT=${rtems_updir}'$(top_builddir)'
|
||||
])
|
||||
AC_SUBST([RTEMS_ROOT])
|
||||
|
||||
AS_IF([test -n "${with_target_subdir}"],
|
||||
[project_top="../${with_project_top}"],
|
||||
[project_top="${with_project_top}"])
|
||||
AC_SUBST([PROJECT_TOPdir],[${project_top}${rtems_updir}'$(top_builddir)'])
|
||||
|
||||
AC_SUBST([PROJECT_TOPdir],[${with_project_top}${rtems_updir}'$(top_builddir)'])
|
||||
AC_SUBST([PROJECT_ROOT],[${with_project_root}${rtems_updir}'$(top_builddir)'])
|
||||
|
||||
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])
|
||||
|
||||
Reference in New Issue
Block a user