]> git.pld-linux.org Git - packages/klibc.git/commitdiff
- updated to 1.5.19 auto/ti/klibc-1_5_19-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Aug 2010 20:05:43 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added make patch to avoid neverending loop with make 3.82

Changed files:
    klibc-make.patch -> 1.1
    klibc.spec -> 1.81

klibc-make.patch [new file with mode: 0644]
klibc.spec

diff --git a/klibc-make.patch b/klibc-make.patch
new file mode 100644 (file)
index 0000000..46cedb5
--- /dev/null
@@ -0,0 +1,29 @@
+--- klibc-1.5.19/scripts/Kbuild.include.orig   2010-08-19 09:39:45.986816591 +0200
++++ klibc-1.5.19/scripts/Kbuild.include        2010-08-19 09:49:15.010816591 +0200
+@@ -127,7 +127,7 @@
+ # >'< substitution is for echo to work, >$< substitution to preserve $ when reloading .cmd file
+ # note: when using inline perl scripts [perl -e '...$$t=1;...'] in $(cmd_xxx) double $$ your perl vars
+ #
+-if_changed = $(if $(strip $(filter-out $(PHONY),$?)          \
++if_changed = $(if $(strip $(filter-out $(PHONY) FORCE,$?)          \
+               $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ), \
+       @set -e; \
+       $(echo-cmd) $(cmd_$(1)); \
+@@ -135,7 +135,7 @@
+ # execute the command and also postprocess generated .d dependencies
+ # file
+-if_changed_dep = $(if $(strip $(filter-out $(PHONY),$?)  \
++if_changed_dep = $(if $(strip $(filter-out $(PHONY) FORCE,$?)  \
+               $(filter-out FORCE $(wildcard $^),$^)    \
+       $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ),     \
+       @set -e; \
+@@ -147,7 +147,7 @@
+ # Usage: $(call if_changed_rule,foo)
+ # will check if $(cmd_foo) changed, or any of the prequisites changed,
+ # and if so will execute $(rule_foo)
+-if_changed_rule = $(if $(strip $(filter-out $(PHONY),$?)            \
++if_changed_rule = $(if $(strip $(filter-out $(PHONY) FORCE,$?)            \
+                       $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ),\
+                       @set -e; \
+                       $(rule_$(1)))
index 1ff0d5d0aa497ce29d97b0d9b711dcb2343abf1e..c30c5e20e31264340e889ea443dc3ed117470b40 100644 (file)
 Summary:       Minimalistic libc subset for use with initramfs
 Summary(pl.UTF-8):     Zminimalizowany podzbiór biblioteki C do używania z initramfs
 Name:          klibc
 Summary:       Minimalistic libc subset for use with initramfs
 Summary(pl.UTF-8):     Zminimalizowany podzbiór biblioteki C do używania z initramfs
 Name:          klibc
-Version:       1.5.18
+Version:       1.5.19
 Release:       1
 License:       BSD/GPL
 Group:         Libraries
 Source0:       http://www.kernel.org/pub/linux/libs/klibc/Current/%{name}-%{version}.tar.bz2
 Release:       1
 License:       BSD/GPL
 Group:         Libraries
 Source0:       http://www.kernel.org/pub/linux/libs/klibc/Current/%{name}-%{version}.tar.bz2
-# Source0-md5: 5c8b6577b9acb3809cace6e118cdd55b
+# Source0-md5: 1b713fe65c345e687666b9f94b12f0a0
 Patch0:                %{name}-klcc.patch
 Patch0:                %{name}-klcc.patch
+Patch1:                %{name}-make.patch
 URL:           http://www.zytor.com/mailman/listinfo/klibc/
 BuildRequires: bison
 BuildRequires: flex
 URL:           http://www.zytor.com/mailman/listinfo/klibc/
 BuildRequires: bison
 BuildRequires: flex
@@ -124,6 +125,7 @@ Programy zawarte w tym pakiecie zawierają informacje dla debuggera.
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd usr/include
 
 %build
 cd usr/include
This page took 0.070069 seconds and 4 git commands to generate.