]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.am (AUTOMAKE_OPTIONS): = Added -Wno-portability flag.
authorSzymon Janc <szymon@janc.net.pl>
Fri, 19 Aug 2011 18:06:42 +0000 (20:06 +0200)
committerSzymon Janc <szymon@janc.net.pl>
Fri, 19 Aug 2011 18:06:42 +0000 (20:06 +0200)
* grub-core/Makefile.am: Likewise.

ChangeLog
Makefile.am
grub-core/Makefile.am

index 946dcbd80298ebac2932ab3b8422d86a7152ee94..17e2643b847e1873737f5bd1964b276763b63786 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-19  Szymon Janc <szymon@janc.net.pl>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): = Added -Wno-portability flag.
+       * grub-core/Makefile.am: Likewise.
+
 2011-08-16  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_iterate): Skip with
index 9301c91a5e07b03d1f4911997491cef7fd03ea87..c5f486e0d52529730b82a6a956550b7e79684247 100644 (file)
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = subdir-objects
+AUTOMAKE_OPTIONS = subdir-objects -Wno-portability
 
 DEPDIR = .deps-util
 SUBDIRS = grub-core/gnulib . grub-core po docs util/bash-completion.d
index 3a085eb2c8eab8be72fd37d933b9ee22014642b3..f300146351caf13be30bfa364151b2c18a69ae9d 100644 (file)
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = subdir-objects
+AUTOMAKE_OPTIONS = subdir-objects -Wno-portability
 
 DEPDIR=.deps-core