mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Fix wrong command hint in case of error
This commit is contained in:
@@ -38,7 +38,7 @@ AC_ARG_ENABLE(rtemsbsp,
|
|||||||
${cfg_arch}* )
|
${cfg_arch}* )
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
AC_MSG_ERROR([BSP '$bsp' architecture does not match the --target architecture, run 'rtems-bsp' (in the top of the source tree) for a valid BSP list])
|
AC_MSG_ERROR([BSP '$bsp' architecture does not match the --target architecture, run 'rtems-bsps' (in the top of the source tree) for a valid BSP list])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
found=yes
|
found=yes
|
||||||
@@ -46,7 +46,7 @@ AC_ARG_ENABLE(rtemsbsp,
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if test $found = no; then
|
if test $found = no; then
|
||||||
AC_MSG_ERROR([BSP '$bsp' not found, run 'rtems-bsp' (in the top of the source tree) for a valid BSP list])
|
AC_MSG_ERROR([BSP '$bsp' not found, run 'rtems-bsps' (in the top of the source tree) for a valid BSP list])
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user