]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Mon, 26 Oct 2009 18:02:19 +0000 (18:02 +0000)
committerrobertmh <robertmh@localhost>
Mon, 26 Oct 2009 18:02:19 +0000 (18:02 +0000)
        * 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.

ChangeLog
conf/common.rmk
conf/i386-coreboot.rmk
conf/i386-efi.rmk
conf/i386-ieee1275.rmk
conf/i386-pc.rmk
conf/powerpc-ieee1275.rmk
conf/sparc64-ieee1275.rmk
conf/x86_64-efi.rmk

index ab7ccf39c99c55a9db40ca0c466c437e4d5c09fc..5a1a7b35e4eacc9d0cadd9f75368433f348fdeab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * 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  <cjwatson@ubuntu.com>
 
        * util/grub-editenv.c (main): If only a command is given, use
index c1f0bbdcf6a83d4082626da3b6e43b53517edcc2..ce7c330848a0f188a56aeb604dbde1ed1461ea7d 100644 (file)
@@ -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 \
index 09ec7787c4ebdbcd412288d881070009a135062e..3c2061b4eb0c0ec6145f686d30417c4a88f9a43f 100644 (file)
@@ -5,7 +5,6 @@ COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
 COMMON_LDFLAGS = -m32 -nostdlib
 
 # Used by various components.  These rules need to precede them.
-script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
 
index 99ab06f6428177d9ebbfaf8777a2488695cf7a53..0440359e5c904d07ce7390e39e6436f217a76d11 100644 (file)
@@ -5,7 +5,6 @@ COMMON_CFLAGS = -fno-builtin -m32
 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
index 4b640de499d59cbfaaf5f7d33efa4144386570a6..c70ecf4dd832e5dc1d8755592f555aac67049b0f 100644 (file)
@@ -5,7 +5,6 @@ COMMON_CFLAGS   = -ffreestanding -mrtd -mregparm=3
 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
index bf8fbfb9d765c334acabae0b5e7404ecd7fd0852..30847dfa709bcc94a9312e0f943a749e610c8fec 100644 (file)
@@ -7,7 +7,6 @@ COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
 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 \
index ee7f9ec27e65b0648dca4c3f9a86168332cbc5aa..9165e4bc06dbf9c823216bdbc50e4460c511864d 100644 (file)
@@ -6,7 +6,6 @@ COMMON_CFLAGS = -ffreestanding
 COMMON_LDFLAGS += -nostdlib
 
 # Used by various components.  These rules need to precede them.
-script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
 
index 62e951a5e5843d6026f88673462921f8ddc2a061..1156fe2a9df49767555c7a58457b48f29fc360b1 100644 (file)
@@ -6,7 +6,6 @@ COMMON_CFLAGS = -ffreestanding -m64 -mno-app-regs
 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
index 5be1b404f57b300b566690f5bcb60e00e6c9a24c..1732275753ac1f4624600746be507be210159f52 100644 (file)
@@ -5,7 +5,6 @@ COMMON_CFLAGS = -fno-builtin -m64
 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