patches/uClibc/0.9.29/140-bits_sysnum_h.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 108 69407950a2a2
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
     1 YEM-20070519:
     2 bits/sysnum.h needs a cross compiler to be built. Fortunately, this
     3 header is not needed to build gcc. Move generation of this header.
     4 
     5 Index: uClibc/Makefile.in
     6 ===================================================================
     7 --- uClibc/Makefile.in	(revision 18651)
     8 +++ uClibc/Makefile.in	(working copy)
     9 @@ -91,6 +91,11 @@
    10  			$(LN) -fs $$i .; \
    11  		done; \
    12  	fi
    13 +ifeq ($(UCLIBC_HAS_LOCALE),y)
    14 +	$(MAKE) locale_headers
    15 +endif
    16 +
    17 +pregen: headers
    18  	$(Q)\
    19  	set -e; \
    20  	cd $(top_builddir); \
    21 @@ -102,12 +107,7 @@
    22  	else \
    23  		mv -f $$tmp include/bits/sysnum.h; \
    24  	fi
    25 -ifeq ($(UCLIBC_HAS_LOCALE),y)
    26 -	$(MAKE) locale_headers
    27 -endif
    28  
    29 -pregen: headers
    30 -
    31  install: install_runtime install_dev
    32  
    33