[PATCH] Fix wrong command hint in case of error
Joel Sherrill
joel at rtems.org
Sun Dec 2 22:51:03 UTC 2018
Nice catch! I pushed this.
Thanks.
--joel
On Sun, Dec 2, 2018 at 8:37 AM kaidoho <kho237115 at gmail.com> wrote:
> ---
> aclocal/enable-rtemsbsp.m4 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4
> index 91ab607751..f0b391bbb8 100644
> --- a/aclocal/enable-rtemsbsp.m4
> +++ b/aclocal/enable-rtemsbsp.m4
> @@ -38,7 +38,7 @@ AC_ARG_ENABLE(rtemsbsp,
> ${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
> found=yes
> @@ -46,7 +46,7 @@ AC_ARG_ENABLE(rtemsbsp,
> fi
> done
> 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
> done
> ;;
> --
> 2.16.2.windows.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20181202/d089b2c4/attachment-0002.html>
More information about the devel
mailing list