Revision: 2660
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2660
Author:   robertmh
Date:     2009-10-26 18:02:19 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
2009-10-26  Robert Millan  <[email protected]>

        * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved
        from here ...
        * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
        * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): Remove.
        * 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

Property Changed:
----------------
    trunk/grub2/


Property changes on: trunk/grub2
___________________________________________________________________
Modified: bzr:revision-info
   - timestamp: 2009-10-26 01:41:35.253999949 +0100
committer: Robert Millan <[email protected]>
properties: 
        branch-nick: trunk

   + timestamp: 2009-10-26 18:59:33.750000000 +0100
committer: Robert Millan <[email protected]>
properties: 
        branch-nick: trunk

Modified: bzr:revision-id:v3-single1-dHJ1bmsvZ3J1YjI.
   - 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]

   + 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]
1784 [email protected]


Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-10-26 16:33:13 UTC (rev 2659)
+++ trunk/grub2/ChangeLog       2009-10-26 18:02:19 UTC (rev 2660)
@@ -1,3 +1,15 @@
+2009-10-26  Robert Millan  <[email protected]>
+
+       * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved
+       from here ...
+       * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
+       * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): Remove.
+       * 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-26  Colin Watson  <[email protected]>
 
        * util/grub-editenv.c (main): If only a command is given, use

Modified: trunk/grub2/conf/common.rmk
===================================================================
--- trunk/grub2/conf/common.rmk 2009-10-26 16:33:13 UTC (rev 2659)
+++ trunk/grub2/conf/common.rmk 2009-10-26 18:02:19 UTC (rev 2660)
@@ -1,5 +1,7 @@
 # -*- 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-26 16:33:13 UTC (rev 2659)
+++ trunk/grub2/conf/i386-coreboot.rmk  2009-10-26 18:02:19 UTC (rev 2660)
@@ -5,7 +5,6 @@
 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-26 16:33:13 UTC (rev 2659)
+++ trunk/grub2/conf/i386-efi.rmk       2009-10-26 18:02:19 UTC (rev 2660)
@@ -5,7 +5,6 @@
 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-26 16:33:13 UTC (rev 2659)
+++ trunk/grub2/conf/i386-ieee1275.rmk  2009-10-26 18:02:19 UTC (rev 2660)
@@ -5,7 +5,6 @@
 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-26 16:33:13 UTC (rev 2659)
+++ trunk/grub2/conf/i386-pc.rmk        2009-10-26 18:02:19 UTC (rev 2660)
@@ -7,7 +7,6 @@
 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-26 16:33:13 UTC (rev 
2659)
+++ trunk/grub2/conf/powerpc-ieee1275.rmk       2009-10-26 18:02:19 UTC (rev 
2660)
@@ -6,7 +6,6 @@
 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-26 16:33:13 UTC (rev 
2659)
+++ trunk/grub2/conf/sparc64-ieee1275.rmk       2009-10-26 18:02:19 UTC (rev 
2660)
@@ -6,7 +6,6 @@
 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-26 16:33:13 UTC (rev 2659)
+++ trunk/grub2/conf/x86_64-efi.rmk     2009-10-26 18:02:19 UTC (rev 2660)
@@ -5,7 +5,6 @@
 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