commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2266] 2009-06-05 Vladimir Serbinenko <address@hidden>


From: Vladimir Serbinenko
Subject: [2266] 2009-06-05 Vladimir Serbinenko <address@hidden>
Date: Fri, 05 Jun 2009 01:28:19 +0000

Revision: 2266
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2266
Author:   phcoder
Date:     2009-06-05 01:28:18 +0000 (Fri, 05 Jun 2009)
Log Message:
-----------
2009-06-05  Vladimir Serbinenko  <address@hidden>

        * conf/i386-pc.rmk (efiemu_mod_CFLAGS): remove -Werror -Wall
        * conf/common.rmk (search_mod_CFLAGS): likewise

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/conf/common.rmk
    trunk/grub2/conf/i386-pc.rmk

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-06-04 21:45:32 UTC (rev 2265)
+++ trunk/grub2/ChangeLog       2009-06-05 01:28:18 UTC (rev 2266)
@@ -1,3 +1,8 @@
+2009-06-05  Vladimir Serbinenko  <address@hidden>
+
+       * conf/i386-pc.rmk (efiemu_mod_CFLAGS): remove -Werror -Wall
+       * conf/common.rmk (search_mod_CFLAGS): likewise
+
 2009-06-04  Vladimir Serbinenko  <address@hidden>
 
        * kern/i386/pc/startup.S [APPLE_CC]: block of nops to 

Modified: trunk/grub2/conf/common.rmk
===================================================================
--- trunk/grub2/conf/common.rmk 2009-06-04 21:45:32 UTC (rev 2265)
+++ trunk/grub2/conf/common.rmk 2009-06-05 01:28:18 UTC (rev 2266)
@@ -423,7 +423,7 @@
 
 # For search.mod.
 search_mod_SOURCES = commands/search.c
-search_mod_CFLAGS = $(COMMON_CFLAGS) -Werror -Wall
+search_mod_CFLAGS = $(COMMON_CFLAGS)
 search_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 # For test.mod.

Modified: trunk/grub2/conf/i386-pc.rmk
===================================================================
--- trunk/grub2/conf/i386-pc.rmk        2009-06-04 21:45:32 UTC (rev 2265)
+++ trunk/grub2/conf/i386-pc.rmk        2009-06-05 01:28:18 UTC (rev 2266)
@@ -203,7 +203,7 @@
                     efiemu/loadcore32.c efiemu/loadcore64.c \
                     efiemu/prepare32.c efiemu/prepare64.c efiemu/pnvram.c \
                     efiemu/i386/coredetect.c
-efiemu_mod_CFLAGS = $(COMMON_CFLAGS) -Werror -Wall
+efiemu_mod_CFLAGS = $(COMMON_CFLAGS)
 efiemu_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 # For acpi.mod.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]