]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-05-30 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Fri, 30 May 2008 04:20:48 +0000 (04:20 +0000)
committerproski <proski@localhost>
Fri, 30 May 2008 04:20:48 +0000 (04:20 +0000)
* conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Remove, as
compiling execute.c doesn't need grub_script.tab.h anymore.
(normal/command.c_DEPENDENCIES): Likewise.
(normal/function.c_DEPENDENCIES): Likewise.
* conf/i386-ieee1275.rmk: Likewise.
* conf/i386-linuxbios.rmk: Likewise.
* conf/i386-pc.rmk: Likewise.
* conf/powerpc-ieee1275.rmk: Likewise.
* conf/sparc64-ieee1275.rmk: Likewise.

13 files changed:
ChangeLog
conf/i386-efi.mk
conf/i386-efi.rmk
conf/i386-ieee1275.mk
conf/i386-ieee1275.rmk
conf/i386-linuxbios.mk
conf/i386-linuxbios.rmk
conf/i386-pc.mk
conf/i386-pc.rmk
conf/powerpc-ieee1275.mk
conf/powerpc-ieee1275.rmk
conf/sparc64-ieee1275.mk
conf/sparc64-ieee1275.rmk

index eec4edcd17bb3ee0e160993f38016216d2521fcd..bdf54a4dc51527b1006ee04a6084e26420ae3e65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-05-30  Pavel Roskin  <proski@gnu.org>
+
+       * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Remove, as
+       compiling execute.c doesn't need grub_script.tab.h anymore.
+       (normal/command.c_DEPENDENCIES): Likewise.
+       (normal/function.c_DEPENDENCIES): Likewise.
+       * conf/i386-ieee1275.rmk: Likewise.
+       * conf/i386-linuxbios.rmk: Likewise.
+       * conf/i386-pc.rmk: Likewise.
+       * conf/powerpc-ieee1275.rmk: Likewise.
+       * conf/sparc64-ieee1275.rmk: Likewise.
+
 2008-05-29  Pavel Roskin  <proski@gnu.org>
 
        * disk/lvm.c (grub_lvm_scan_device): Check for the buffer end
index 7343672b08abeab38178cf3b894978597bc6eb20..b6a9d26f1087445452b3e6cc2e83216a2b91a560 100644 (file)
@@ -5,9 +5,6 @@ COMMON_CFLAGS = -fno-builtin -m32
 COMMON_LDFLAGS = -melf_i386 -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Utilities.
index cc60d3d6339efda7cadc0f8f5dba92fc7647cf0c..87626c25e129d4671b01c42af37be6c8d536fd4d 100644 (file)
@@ -5,9 +5,6 @@ COMMON_CFLAGS = -fno-builtin -m32
 COMMON_LDFLAGS = -melf_i386 -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Utilities.
index 9cb46947f595a7b03a542738ca754aa8b29e886f..667422a868268bd9376965abd36f571dba3f5ea6 100644 (file)
@@ -5,9 +5,6 @@ COMMON_CFLAGS   = -ffreestanding -mrtd -mregparm=3
 COMMON_LDFLAGS = -nostdlib -static -lgcc
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index 17f035f02d7090bbccc3d0f443f8f2012d384ea1..ac2f45df424ccb2bc6f22924c6fd100b6f79118e 100644 (file)
@@ -5,9 +5,6 @@ COMMON_CFLAGS   = -ffreestanding -mrtd -mregparm=3
 COMMON_LDFLAGS = -nostdlib -static -lgcc
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index 4bae9c6179be0d81ce8560229b82434d4cdd5b31..467cc3863714d024f06dc27583838506996d48ca 100644 (file)
@@ -5,9 +5,6 @@ COMMON_CFLAGS   = -ffreestanding -mrtd -mregparm=3
 COMMON_LDFLAGS = -nostdlib -static -lgcc
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index 1721a1d14b0e2444b7aed00a3f93580510e001c1..31f03a9e54c3b392aa5e8b0e3fcef76a01d73e7f 100644 (file)
@@ -5,9 +5,6 @@ COMMON_CFLAGS   = -ffreestanding -mrtd -mregparm=3
 COMMON_LDFLAGS = -nostdlib -static -lgcc
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index d060421854a099399dcf082be603706244f9e8b9..6c0c12f73969d89f49b2a67fe188182bc16d5bc2 100644 (file)
@@ -7,9 +7,6 @@ COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
 COMMON_LDFLAGS = -m32 -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index 37a9f5bd95b7469825c4e55af0ab8da6f3aa2249..a3f8467e9aa81f122928895fb5cc4bab702c92d1 100644 (file)
@@ -7,9 +7,6 @@ COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
 COMMON_LDFLAGS = -m32 -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index 32f2a0b293e3c6052762530e1514918151f17071..b9429372fa6ab8ebebb5d063244247290aa68173 100644 (file)
@@ -6,9 +6,6 @@ COMMON_CFLAGS = -ffreestanding -msoft-float
 COMMON_LDFLAGS += -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index deab80b418ed5d9f05fcc1f370bc1ef233f53252..0dcc50234956b2b9dbe5c930784528252b873e16 100644 (file)
@@ -6,9 +6,6 @@ COMMON_CFLAGS = -ffreestanding -msoft-float
 COMMON_LDFLAGS += -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index f712491197db2e2da161c118bfa4c7253e91d96e..c1ff9cee98a423a6b5cba2a18a484d32c61d41e3 100644 (file)
@@ -6,9 +6,6 @@ COMMON_CFLAGS = -ggdb -ffreestanding -m64 -mno-app-regs
 COMMON_LDFLAGS = -melf64_sparc -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.
index ff0f4e34e63e24e100f90f7d44b60ed5671e2dea..c6d2ebca7e77d7ee2bb095c317bfc91b0b91684b 100644 (file)
@@ -6,9 +6,6 @@ COMMON_CFLAGS = -ggdb -ffreestanding -m64 -mno-app-regs
 COMMON_LDFLAGS = -melf64_sparc -nostdlib
 
 # Used by various components.  These rules need to precede them.
-normal/execute.c_DEPENDENCIES = grub_script.tab.h
-normal/command.c_DEPENDENCIES = grub_script.tab.h
-normal/function.c_DEPENDENCIES = grub_script.tab.h
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
 
 # Images.