mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 09:33:46 +00:00
2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
|
||||||
|
|
||||||
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/check-custom-bsp.m4: Fix minor typo.
|
* aclocal/check-custom-bsp.m4: Fix minor typo.
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ AS_HELP_STRING(--enable-rtems-root,directory containing make/custom)],
|
|||||||
[case ${enable_rtems_root} in
|
[case ${enable_rtems_root} in
|
||||||
[[\\/$]]* | ?:[[\\/]]* ) # absolute directory
|
[[\\/$]]* | ?:[[\\/]]* ) # absolute directory
|
||||||
rtems_rootdir=${enable_rtems_root}
|
rtems_rootdir=${enable_rtems_root}
|
||||||
RTEMS_RTEMS=${enable_rtems_root}
|
RTEMS_ROOT=${enable_rtems_root}
|
||||||
;;
|
;;
|
||||||
*) # relative directory
|
*) # relative directory
|
||||||
rtems_rootdir=${enable_rtems_root}${rtems_updir}
|
rtems_rootdir=${enable_rtems_root}${rtems_updir}
|
||||||
|
|||||||
Reference in New Issue
Block a user