patches/uClibc/0.9.29/150-bits_sysnum_h2.patch
author Daniel Price <daniel.price@gmail.com>
Tue Nov 20 16:59:17 2012 -0800 (2012-11-20)
branch1.17
changeset 3129 b8e00eab8f81
parent 418 37e5c1781460
permissions -rw-r--r--
scripts: fail on ':' in paths

Signed-off-by: Daniel Price <daniel.price@gmail.com>
[yann.morin.1998@free.fr: split original patch for self-contained changes]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <163f86b5216fc08c672a.1353459722@nipigon.dssd.com>
Patchwork-Id: 200536
(transplanted from 15cd5dc25929d0ccd0e1f187fe721a1ca0d48919)
     1 YEM-20070519:
     2 Patch from Bernhard Fischer <rep.dot.nop@gmail.com> on the uClibc mailing
     3 list ( http://www.uclibc.org/lists/uclibc/2008-January/018940.html ) above
     4 the 400-bits_sysnum_h.patch.
     5 
     6 Index: uClibc/Makefile.in
     7 ===================================================================
     8 --- uClibc/Makefile.in	(revision 18651)
     9 +++ uClibc/Makefile.in	(working copy)
    10 @@ -114,7 +116,7 @@ install: install_runtime install_dev
    11  RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib $(RUNTIME_PREFIX)lib)
    12  
    13  # Installs header files.
    14 -install_headers:
    15 +install_headers: headers
    16  	$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
    17  	printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \
    18  	$(TAR) -chf - -X tar_exclude include \