packages: klibc/klibc.spec, klibc/klibc-make.patch (NEW) - updated to 1.5.1...
qboosh
qboosh at pld-linux.org
Thu Aug 19 22:05:48 CEST 2010
Author: qboosh Date: Thu Aug 19 20:05:48 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.5.19
- added make patch to avoid neverending loop with make 3.82
---- Files affected:
packages/klibc:
klibc.spec (1.80 -> 1.81) , klibc-make.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/klibc/klibc.spec
diff -u packages/klibc/klibc.spec:1.80 packages/klibc/klibc.spec:1.81
--- packages/klibc/klibc.spec:1.80 Sun May 16 16:58:03 2010
+++ packages/klibc/klibc.spec Thu Aug 19 22:05:43 2010
@@ -11,13 +11,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
@@ -125,6 +126,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
cd usr/include
@@ -223,6 +225,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.81 2010/08/19 20:05:43 qboosh
+- updated to 1.5.19
+- added make patch to avoid neverending loop with make 3.82
+
Revision 1.80 2010/05/16 14:58:03 sparky
- BR: perl-modules
================================================================
Index: packages/klibc/klibc-make.patch
diff -u /dev/null packages/klibc/klibc-make.patch:1.1
--- /dev/null Thu Aug 19 22:05:48 2010
+++ packages/klibc/klibc-make.patch Thu Aug 19 22:05:43 2010
@@ -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)))
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/klibc/klibc.spec?r1=1.80&r2=1.81&f=u
More information about the pld-cvs-commit
mailing list