diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-22 22:05:41 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-22 22:05:41 +0100 |
commit | 43ffd946ad569f3a1d0662de221cd4cb65bdc8e6 (patch) | |
tree | 51a058ab53af3fd5c3d6cbe57c1f5f3cbd9b3015 /toolchain/uClibc/uClibc-0.9.30.2-Makefile.in-Make-install_dev-depend-on-install_runti.patch | |
parent | c8ff60c8283b0ad116fcf43f485f199c29432c9d (diff) |
toolchain/uClibc: additional 0.9.30.2 patches
Everything on the 0_9_30 branch since the release (0.9.30.3 to be)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.30.2-Makefile.in-Make-install_dev-depend-on-install_runti.patch')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.30.2-Makefile.in-Make-install_dev-depend-on-install_runti.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.30.2-Makefile.in-Make-install_dev-depend-on-install_runti.patch b/toolchain/uClibc/uClibc-0.9.30.2-Makefile.in-Make-install_dev-depend-on-install_runti.patch new file mode 100644 index 000000000..88c84902f --- /dev/null +++ b/toolchain/uClibc/uClibc-0.9.30.2-Makefile.in-Make-install_dev-depend-on-install_runti.patch @@ -0,0 +1,30 @@ +From 323453d85ed29ccba7a81d884479188869cd64b7 Mon Sep 17 00:00:00 2001 +From: Henning Heinold <heinold@inf.fu-berlin.de> +Date: Sat, 23 Jan 2010 21:29:42 -0800 +Subject: [PATCH 13/15] Makefile.in: Make install_dev depend on install_runtime. + +* Helps in parallel build. + +Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> +Signed-off-by: Khem Raj <raj.khem@gmail.com> +Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> +--- + Makefile.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/Makefile.in b/Makefile.in +index ec4c28e..a889838 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -370,7 +370,7 @@ ifneq ($(UCLIBC_SUPPORT_AI_ADDRCONFIG),y) + endif + + # Installs development library links. +-install_dev: install_headers all ++install_dev: install_headers install_runtime + $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)lib + -$(INSTALL) -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)lib/ + ifeq ($(HAVE_SHARED),y) +-- +1.6.6.1 + |