[PATCH 5/5] wcsmbs: Reformat Makefile.

Siddhesh Poyarekar siddhesh@gotplt.org
Thu May 18 16:06:36 GMT 2023



On 2023-05-18 09:03, Carlos O'Donell wrote:
> Reflow Makefile.
> Sort using updated scripts/sort-makefile-lines.py.
> 
> Code generation is changed as routines are linked in sorted order
> as expected.
> 
> No regressions on x86_64 and i686.
> ---

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>

>   wcsmbs/Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
> index 347b44841e..ea8ea7b3e6 100644
> --- a/wcsmbs/Makefile
> +++ b/wcsmbs/Makefile
> @@ -52,9 +52,9 @@ routines := \
>     isoc99_vwscanf \
>     isoc99_wscanf \
>     mbrlen \
> +  mbrtoc8 \
>     mbrtoc16 \
>     mbrtoc32 \
> -  mbrtoc8 \
>     mbrtowc \
>     mbsinit \
>     mbsnrtowcs \


More information about the Libc-alpha mailing list