svn commit: r309454 - stable/10/lib/libc/tests
Ngie Cooper (yaneurabeya)
yaneurabeya at gmail.com
Sat Dec 3 03:37:46 UTC 2016
> On Dec 2, 2016, at 16:40, Ngie Cooper <ngie at FreeBSD.org> wrote:
>
> Author: ngie
> Date: Sat Dec 3 00:40:08 2016
> New Revision: 309454
> URL: https://svnweb.freebsd.org/changeset/base/309454
>
> Log:
> MFstable/11 r309453:
>
> MFC r307700:
>
> Only build lib/libc/tests/iconv if MK_ICONV != no
>
> Modified:
> stable/10/lib/libc/tests/Makefile
> Directory Properties:
> stable/10/ (props changed)
>
> Modified: stable/10/lib/libc/tests/Makefile
> ==============================================================================
> --- stable/10/lib/libc/tests/Makefile Sat Dec 3 00:38:35 2016 (r309453)
> +++ stable/10/lib/libc/tests/Makefile Sat Dec 3 00:40:08 2016 (r309454)
> @@ -24,6 +24,10 @@ TESTS_SUBDIRS+= termios
> TESTS_SUBDIRS+= tls
> TESTS_SUBDIRS+= ttyio
>
> +.if ${MK_ICONV} != "no"
> +TESTS_SUBDIRS+= iconv
> +.endif
> +
> .if ${MK_LOCALES} != "no"
> TESTS_SUBDIRS+= locale
> .endif
I’m aware of the fact that this causes a build failure (I missed the fact that it added the directory instead of shifting it from the existing TESTS_SUBDIRS definition). I’ll either revert this commit or bring in the missing MFC (r299704).
Thanks,
-Ngie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20161202/c6c5eaa3/attachment.sig>
More information about the svn-src-all
mailing list