packages: grub2/grub2.spec, grub2/grub2-awk.patch (NEW) - use awk from AWK

arekm arekm at pld-linux.org
Tue Sep 20 08:59:25 CEST 2011


Author: arekm                        Date: Tue Sep 20 06:59:25 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use awk from AWK

---- Files affected:
packages/grub2:
   grub2.spec (1.105 -> 1.106) , grub2-awk.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.105 packages/grub2/grub2.spec:1.106
--- packages/grub2/grub2.spec:1.105	Tue Sep 20 08:56:58 2011
+++ packages/grub2/grub2.spec	Tue Sep 20 08:59:20 2011
@@ -53,6 +53,7 @@
 Patch6:		pld-mkconfigdir.patch
 Patch7:		grub-mkconfig-diagnostics.patch
 Patch8:		ppc.patch
+Patch9:		%{name}-awk.patch
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake >= 1:1.11.1-1
 BuildRequires:	bison
@@ -188,6 +189,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %if "%{cc_version}" < "3.4"
 grep -rl -- -Wno-missing-field-initializers . | xargs sed -i -e 's,-Wno-missing-field-initializers,,'
@@ -373,6 +375,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.106  2011/09/20 06:59:20  arekm
+- use awk from AWK
+
 Revision 1.105  2011/09/20 06:56:58  arekm
 - rel 4; update deps, flags and not working bconds
 

================================================================
Index: packages/grub2/grub2-awk.patch
diff -u /dev/null packages/grub2/grub2-awk.patch:1.1
--- /dev/null	Tue Sep 20 08:59:25 2011
+++ packages/grub2/grub2-awk.patch	Tue Sep 20 08:59:20 2011
@@ -0,0 +1,11 @@
+--- grub-1.99/grub-core/Makefile.am~	2011-04-08 13:18:05.000000000 +0200
++++ grub-1.99/grub-core/Makefile.am	2011-09-20 08:58:09.534352571 +0200
+@@ -298,7 +298,7 @@
+ 
+ # generate global module dependencies list
+ moddep.lst: syminfo.lst genmoddep.awk
+-	cat $< | sort | awk -f $(srcdir)/genmoddep.awk > $@ || (rm -f $@; exit 1)
++	cat $< | sort | $(AWK) -f $(srcdir)/genmoddep.awk > $@ || (rm -f $@; exit 1)
+ platform_DATA += moddep.lst
+ CLEANFILES += config.log syminfo.lst moddep.lst
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.105&r2=1.106&f=u



More information about the pld-cvs-commit mailing list