commit-grub
[Top][All Lists]
Advanced

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

[2660] 2009-10-26 Robert Millan <address@hidden>


From: Robert Millan
Subject: [2660] 2009-10-26 Robert Millan <address@hidden>
Date: Mon, 26 Oct 2009 18:02:20 +0000

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  <address@hidden>

        * 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 <address@hidden>
properties: 
        branch-nick: trunk

   + timestamp: 2009-10-26 18:59:33.750000000 +0100
committer: Robert Millan <address@hidden>
properties: 
        branch-nick: trunk

Modified: bzr:revision-id:v3-single1-dHJ1bmsvZ3J1YjI.
   - 1769 address@hidden
1770 address@hidden
1771 address@hidden
1772 address@hidden
1773 address@hidden
1774 address@hidden
1775 address@hidden
1776 address@hidden
1777 address@hidden
1778 address@hidden
1779 address@hidden
1780 address@hidden
1781 address@hidden

   + 1769 address@hidden
1770 address@hidden
1771 address@hidden
1772 address@hidden
1773 address@hidden
1774 address@hidden
1775 address@hidden
1776 address@hidden
1777 address@hidden
1778 address@hidden
1779 address@hidden
1780 address@hidden
1781 address@hidden
1784 address@hidden


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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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

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