mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 16:14:00 +08:00
Reverted change ...
This commit is contained in:
@@ -1583,8 +1583,8 @@ if [ "${program_prefix}" = "NONE" ] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
RTEMS_ROOT=$srcdir
|
||||
PROJECT_ROOT=`pwd`
|
||||
RTEMS_ROOT=`cd $srcdir; pwd`
|
||||
PROJECT_ROOT=`pwd;`
|
||||
|
||||
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
|
||||
if test "$RTEMS_USE_MACROS" = "yes"; then
|
||||
|
||||
+2
-2
@@ -269,8 +269,8 @@ if [[ "${program_prefix}" = "NONE" ]] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
RTEMS_ROOT=$srcdir
|
||||
PROJECT_ROOT=`pwd`
|
||||
RTEMS_ROOT=`cd $srcdir; pwd`
|
||||
PROJECT_ROOT=`pwd;`
|
||||
|
||||
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
|
||||
if test "$RTEMS_USE_MACROS" = "yes"; then
|
||||
|
||||
Reference in New Issue
Block a user