[Patch] [Makefile] Exit if provided an incorrect argument

Florian Weimer fweimer@redhat.com
Tue Jan 15 10:04:00 GMT 2019


* Matthew Malcomson:

> --- a/Makefile
> +++ b/Makefile
> @@ -148,6 +148,7 @@ while test $$# -gt 0 ; do
>        ;;
>      --*)
>        usage
> +      exit 1
>        ;;
>      *)
>        break

I think you should add the exit to the usage function.

Thanks,
Florian



More information about the Libc-alpha mailing list