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, 1.0 has been updated
via 449109519492266410421310ee09ff4a10d7c175 (commit)
from 49700fa92a3727e0248fc7c23f6df8486707deb1 (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 449109519492266410421310ee09ff4a10d7c175
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Sun Jul 5 15:33:06 2015 +0200
fix parallel build issue when LOCALES are enabled
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 245649c..f432760 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -183,11 +183,12 @@ menuconfig-clean-y: HEADERCLEAN_config
headers-y += $(target-headers-sysdep)
headers: $(top_builddir)include/bits/uClibc_config.h | subdirs
+ $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
+
subdirs: $(addprefix $(top_builddir),$(subdirs))
$(pregen-headers-y): $(headers_dep)
pregen: headers $(pregen-headers-y) $(headers_dep)
- $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
$(top_builddir)include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh |
$(top_builddir)include/bits
@$(disp_gen)
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date