commit-grub
[Top][All Lists]
Advanced

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

[2671] 2009-10-29 Robert Millan <address@hidden>


From: Robert Millan
Subject: [2671] 2009-10-29 Robert Millan <address@hidden>
Date: Thu, 29 Oct 2009 10:03:15 +0000

Revision: 2671
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2671
Author:   robertmh
Date:     2009-10-29 10:03:13 +0000 (Thu, 29 Oct 2009)
Log Message:
-----------
2009-10-29  Robert Millan  <address@hidden>

        Revert SVN r2660.

        * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): Moved from here ...
        * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
        * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): ... and here.
        * conf/i386-ieee1275.rmk: Likewise.
        * conf/i386-pc.rmk: Likewise.
        * conf/powerpc-ieee1275.rmk: Likewise.
        * conf/sparc64-ieee1275.rmk: Likewise.
        * conf/x86_64-efi.rmk: Likewise.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/conf/common.rmk
    trunk/grub2/conf/i386-coreboot.rmk
    trunk/grub2/conf/i386-efi.rmk
    trunk/grub2/conf/i386-ieee1275.rmk
    trunk/grub2/conf/i386-pc.rmk
    trunk/grub2/conf/powerpc-ieee1275.rmk
    trunk/grub2/conf/sparc64-ieee1275.rmk
    trunk/grub2/conf/x86_64-efi.rmk

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-10-28 23:16:32 UTC (rev 2670)
+++ trunk/grub2/ChangeLog       2009-10-29 10:03:13 UTC (rev 2671)
@@ -1,3 +1,16 @@
+2009-10-29  Robert Millan  <address@hidden>
+
+       Revert SVN r2660.
+
+       * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): Moved from here ...
+       * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
+       * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): ... and here.
+       * conf/i386-ieee1275.rmk: Likewise.
+       * conf/i386-pc.rmk: Likewise.
+       * conf/powerpc-ieee1275.rmk: Likewise.
+       * conf/sparc64-ieee1275.rmk: Likewise.
+       * conf/x86_64-efi.rmk: Likewise.
+
 2009-10-28  Robert Millan  <address@hidden>
 
        * Makefile.in (TARGET_CPPFLAGS): Add `-nostdinc'.

Modified: trunk/grub2/conf/common.rmk
===================================================================
--- trunk/grub2/conf/common.rmk 2009-10-28 23:16:32 UTC (rev 2670)
+++ trunk/grub2/conf/common.rmk 2009-10-29 10:03:13 UTC (rev 2671)
@@ -1,7 +1,5 @@
 # -*- makefile -*-
 
-script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
-
 # For grub-mkelfimage.
 bin_UTILITIES += grub-mkelfimage
 grub_mkelfimage_SOURCES = util/elf/grub-mkimage.c util/misc.c \

Modified: trunk/grub2/conf/i386-coreboot.rmk
===================================================================
--- trunk/grub2/conf/i386-coreboot.rmk  2009-10-28 23:16:32 UTC (rev 2670)
+++ trunk/grub2/conf/i386-coreboot.rmk  2009-10-29 10:03:13 UTC (rev 2671)
@@ -5,6 +5,7 @@
 COMMON_LDFLAGS = -m32 -nostdlib
 
 # Used by various components.  These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
 

Modified: trunk/grub2/conf/i386-efi.rmk
===================================================================
--- trunk/grub2/conf/i386-efi.rmk       2009-10-28 23:16:32 UTC (rev 2670)
+++ trunk/grub2/conf/i386-efi.rmk       2009-10-29 10:03:13 UTC (rev 2671)
@@ -5,6 +5,7 @@
 COMMON_LDFLAGS = -melf_i386 -nostdlib
 
 # Used by various components.  These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Utilities.
 bin_UTILITIES = grub-mkimage

Modified: trunk/grub2/conf/i386-ieee1275.rmk
===================================================================
--- trunk/grub2/conf/i386-ieee1275.rmk  2009-10-28 23:16:32 UTC (rev 2670)
+++ trunk/grub2/conf/i386-ieee1275.rmk  2009-10-29 10:03:13 UTC (rev 2671)
@@ -5,6 +5,7 @@
 COMMON_LDFLAGS = -nostdlib
 
 # Used by various components.  These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
 pkglib_PROGRAMS = kernel.img

Modified: trunk/grub2/conf/i386-pc.rmk
===================================================================
--- trunk/grub2/conf/i386-pc.rmk        2009-10-28 23:16:32 UTC (rev 2670)
+++ trunk/grub2/conf/i386-pc.rmk        2009-10-29 10:03:13 UTC (rev 2671)
@@ -7,6 +7,7 @@
 COMMON_LDFLAGS = -m32 -nostdlib
 
 # Used by various components.  These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
 pkglib_IMAGES = boot.img cdboot.img diskboot.img kernel.img lnxboot.img \

Modified: trunk/grub2/conf/powerpc-ieee1275.rmk
===================================================================
--- trunk/grub2/conf/powerpc-ieee1275.rmk       2009-10-28 23:16:32 UTC (rev 
2670)
+++ trunk/grub2/conf/powerpc-ieee1275.rmk       2009-10-29 10:03:13 UTC (rev 
2671)
@@ -6,6 +6,7 @@
 COMMON_LDFLAGS += -nostdlib
 
 # Used by various components.  These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
 

Modified: trunk/grub2/conf/sparc64-ieee1275.rmk
===================================================================
--- trunk/grub2/conf/sparc64-ieee1275.rmk       2009-10-28 23:16:32 UTC (rev 
2670)
+++ trunk/grub2/conf/sparc64-ieee1275.rmk       2009-10-29 10:03:13 UTC (rev 
2671)
@@ -6,6 +6,7 @@
 COMMON_LDFLAGS = -melf64_sparc -nostdlib -mno-relax
 
 # Used by various components.  These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
 pkglib_IMAGES = boot.img diskboot.img kernel.img

Modified: trunk/grub2/conf/x86_64-efi.rmk
===================================================================
--- trunk/grub2/conf/x86_64-efi.rmk     2009-10-28 23:16:32 UTC (rev 2670)
+++ trunk/grub2/conf/x86_64-efi.rmk     2009-10-29 10:03:13 UTC (rev 2671)
@@ -5,6 +5,7 @@
 COMMON_LDFLAGS = -melf_x86_64 -nostdlib
 
 # Used by various components.  These rules need to precede them.
+script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Utilities.
 bin_UTILITIES = grub-mkimage





reply via email to

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