public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.00-hardcoded-awk.patch
@ 2012-10-18 12:41 Christoph Junghans (ottxor)
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2012-10-18 12:41 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/10/18 12:41:14

  Added:                grub-2.00-hardcoded-awk.patch
  Log:
  fixed hardcoded awk (bug #424137)
  
  (Portage version: 2.2.0_alpha141/cvs/Linux i686, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.1                  sys-boot/grub/files/grub-2.00-hardcoded-awk.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-hardcoded-awk.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/files/grub-2.00-hardcoded-awk.patch?rev=1.1&content-type=text/plain

Index: grub-2.00-hardcoded-awk.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=424137
https://savannah.gnu.org/bugs/?37558
https://code.google.com/p/original-mawk/issues/detail?id=17
--- grub-core/Makefile.am	2012-07-07 12:29:01 +0000
+++ grub-core/Makefile.am	2012-10-12 13:04:02 +0000
@@ -349,7 +349,7 @@
 
 # generate global module dependencies list
 moddep.lst: syminfo.lst genmoddep.awk video.lst
-	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
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-18 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 12:41 [gentoo-commits] gentoo-x86 commit in sys-boot/grub/files: grub-2.00-hardcoded-awk.patch Christoph Junghans (ottxor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox