]> git.pld-linux.org Git - packages/klibc.git/commitdiff
- updated to 1.5.24 auto/th/klibc-1_5_24-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Aug 2011 17:41:46 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete make patch

Changed files:
    klibc-make.patch -> 1.2
    klibc.spec -> 1.86

klibc-make.patch [deleted file]
klibc.spec

diff --git a/klibc-make.patch b/klibc-make.patch
deleted file mode 100644 (file)
index 46cedb5..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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 d2d3af0f340cb9388b2fc4b9690bb54d3bb97ff9..70c3f08f3e6bd8b9a47a884f3560e0a8727cf8f1 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.23
+Version:       1.5.24
 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: 38a0ac99c4facd14443f4495b29aeff1
+# Source0-md5: 4df9b0d3d7f9f366c4b5c171cac3c6c3
 Patch0:                %{name}-klcc.patch
 Patch0:                %{name}-klcc.patch
-Patch1:                %{name}-make.patch
 URL:           http://www.zytor.com/mailman/listinfo/klibc/
 # ld.bfd binary
 BuildRequires: binutils >= 2.20.51.0.6
 URL:           http://www.zytor.com/mailman/listinfo/klibc/
 # ld.bfd binary
 BuildRequires: binutils >= 2.20.51.0.6
@@ -127,7 +126,6 @@ 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.125663 seconds and 4 git commands to generate.