From: Jakub Bogusz Date: Thu, 19 Aug 2010 20:05:43 +0000 (+0000) Subject: - updated to 1.5.19 X-Git-Tag: auto/ti/klibc-1_5_19-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fklibc.git;a=commitdiff_plain;h=b920e5f - updated to 1.5.19 - added make patch to avoid neverending loop with make 3.82 Changed files: klibc-make.patch -> 1.1 klibc.spec -> 1.81 --- diff --git a/klibc-make.patch b/klibc-make.patch new file mode 100644 index 0000000..46cedb5 --- /dev/null +++ b/klibc-make.patch @@ -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))) diff --git a/klibc.spec b/klibc.spec index 1ff0d5d..c30c5e2 100644 --- a/klibc.spec +++ b/klibc.spec @@ -10,13 +10,14 @@ 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 -# Source0-md5: 5c8b6577b9acb3809cace6e118cdd55b +# Source0-md5: 1b713fe65c345e687666b9f94b12f0a0 Patch0: %{name}-klcc.patch +Patch1: %{name}-make.patch 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 +%patch1 -p1 %build cd usr/include