comparison sources/patches/uClibc-headerdep.patch @ 1551:125462a318c6

The uClibc build has race conditions when run in parallel, add extra constraint to calm it down.
author Rob Landley <rob@landley.net>
date Tue, 09 Oct 2012 00:05:38 -0500
parents
children 36970f69f010
comparison
equal deleted inserted replaced
1550:866adfa9c63c 1551:125462a318c6
1 The uClibc build isn't quite happy with -j builds because it tries to use headers before they're all the way there.
2
3 diff -ru uClibc/Makefile.in uClibc.bak/Makefile.in
4 --- uClibc/Makefile.in 2012-05-15 02:20:09.000000000 -0500
5 +++ uClibc.bak/Makefile.in 2012-10-08 18:52:41.697432235 -0500
6 @@ -195,7 +195,7 @@
7 HOSTCC="$(HOSTCC)" \
8 install
9
10 -install: install_runtime install_dev
11 +install: install_headers install_runtime install_dev
12
13
14 RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)$(MULTILIB_DIR) $(RUNTIME_PREFIX)$(MULTILIB_DIR))
15 Only in uClibc.bak/: .Makefile.in.swp