changeset 1554:36970f69f010

Another uClibc dependency glitch: with "make -j 1 install" sysnum.h isn't built until after the headers are installed, but with -j 3 it is.
author Rob Landley <rob@landley.net>
date Sat, 10 Nov 2012 00:53:56 -0600
parents da21ff27331e
children c734d53d271a
files sources/patches/uClibc-headerdep.patch
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/uClibc-headerdep.patch	Thu Nov 01 23:35:09 2012 -0500
+++ b/sources/patches/uClibc-headerdep.patch	Sat Nov 10 00:53:56 2012 -0600
@@ -12,4 +12,12 @@
  
  
  RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)$(MULTILIB_DIR) $(RUNTIME_PREFIX)$(MULTILIB_DIR))
-Only in uClibc.bak/: .Makefile.in.swp
+@@ -303,7 +303,7 @@
+ 	$(do_mkdir)
+ endif
+ endif
+-install_headers: headers $(top_builddir)extra/scripts/unifdef | $(PREFIX)$(DEVEL_PREFIX)include
++install_headers: pregen $(top_builddir)extra/scripts/unifdef | $(PREFIX)$(DEVEL_PREFIX)include
+ 	@$(call disp_install,"include -> $(PREFIX)$(DEVEL_PREFIX)include")
+ 	$(Q)top_builddir=$(top_builddir) \
+ 	$(top_srcdir)extra/scripts/install_headers.sh \