This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via 4c68c74d91fe42c576b5b5da9ed113aa025e7f09 (commit) from 4b7d25c83cdcaa50625647408e388c3b400fafce (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4c68c74d91fe42c576b5b5da9ed113aa025e7f09 Author: Waldemar Brodkorb wbx@uclibc-ng.org Date: Tue Sep 27 21:14:01 2016 +0200
locale: disable parallel build as it is broken here
-----------------------------------------------------------------------
Summary of changes: extra/locale/Makefile.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in index a16f82b..c23461a 100644 --- a/extra/locale/Makefile.in +++ b/extra/locale/Makefile.in @@ -5,6 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. #
+.NOTPARALLEL: + locale_DIR := $(top_srcdir)extra/locale locale_OUT := $(top_builddir)extra/locale
hooks/post-receive