On Fri, Jul 03, 2015 at 08:19:31AM +0200, Sebastien Marie wrote:
> Hi,
>
> There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories in
> cvs. Remove the unused search path from Makefile.
>
> OK ? Comments ?
> --
> Sebastien Marie
Fine with me. This line has effectively been there since r1.1.
>
> Index: locale/Makefile.inc
> ===================================================================
> RCS file: /cvs/src/lib/libc/locale/Makefile.inc,v
> retrieving revision 1.19
> diff -u -p -r1.19 Makefile.inc
> --- locale/Makefile.inc 28 Aug 2013 16:53:34 -0000 1.19
> +++ locale/Makefile.inc 3 Jul 2015 06:15:24 -0000
> @@ -1,7 +1,7 @@
> # $OpenBSD: Makefile.inc,v 1.19 2013/08/28 16:53:34 stsp Exp $
>
> # locale sources
> -.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale ${LIBCSRCDIR}/locale
> +.PATH: ${LIBCSRCDIR}/locale
>
> # for LOCALECHARSETS
> .include "${.CURDIR}/../../share/locale/ctype/Makefile.inc"