]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2006-09-22 Marco Gerards <marco@gnu.org>
authormarco_g <marco_g@localhost>
Fri, 22 Sep 2006 19:36:32 +0000 (19:36 +0000)
committermarco_g <marco_g@localhost>
Fri, 22 Sep 2006 19:36:32 +0000 (19:36 +0000)
* conf/i386-efi.rmk (grub_emu_DEPENDENCIES): New variable.
(normal_mod_DEPENDENCIES): Likewise.

* conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Likewise.
(normal_mod_DEPENDENCIES): Likewise.

* conf/sparc64-ieee1275.rmk (normal_mod_DEPENDENCIES): Likewise.

ChangeLog
conf/i386-efi.mk
conf/i386-efi.rmk
conf/powerpc-ieee1275.mk
conf/powerpc-ieee1275.rmk
conf/sparc64-ieee1275.mk
conf/sparc64-ieee1275.rmk

index 23525ecfded9453664eef1a0aef446c5b37bee05..b91dff9920ea5c4f5d108564f9cdd9bc584a400b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-09-22  Marco Gerards  <marco@gnu.org>
+
+       * conf/i386-efi.rmk (grub_emu_DEPENDENCIES): New variable.
+       (normal_mod_DEPENDENCIES): Likewise.
+
+       * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Likewise.
+       (normal_mod_DEPENDENCIES): Likewise.
+
+       * conf/sparc64-ieee1275.rmk (normal_mod_DEPENDENCIES): Likewise.
+
 2006-09-22  Johan Rydberg  <jrydberg@gnu.org>
 
        * genmk.rb: Add DEPENDENCIES variables to modules, utilities, and
index bba9be8571328e3b4ac09fac99a2f9e38ce427c7..9f921e7595b0c21947d1f26c88446d0f5f384c8e 100644 (file)
@@ -50,6 +50,8 @@ grub_mkimage-util_resolve.o: util/resolve.c
 #      fs/xfs.c fs/affs.c fs/sfs.c fs/hfsplus.c
 
 # For grub-emu.
+grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h            \
+       grub_modules_init.h
 grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c       \
        commands/configfile.c commands/help.c                           \
        commands/terminal.c commands/ls.c commands/test.c               \
@@ -503,6 +505,7 @@ kernel_syms.lst: $(addprefix include/grub/,$(kernel_mod_HEADERS)) config.h genke
        /bin/sh genkernsyms.sh $(filter %.h,$^) > $@ || (rm -f $@; exit 1)
 
 # For normal.mod.
+normal_mod_DEPENDENCIES = grub_script.tab.c grub_script.tab.h
 normal_mod_SOURCES = normal/arg.c normal/cmdline.c normal/command.c    \
        normal/completion.c normal/execute.c            \
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \
index 6b9c1b78409da364f829d3f880c6201cdb0e4539..cfacba72893afff9a6c9a384539aba92094698eb 100644 (file)
@@ -32,6 +32,8 @@ grub_mkimage_SOURCES = util/i386/efi/grub-mkimage.c util/misc.c \
 #      fs/xfs.c fs/affs.c fs/sfs.c fs/hfsplus.c
 
 # For grub-emu.
+grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h            \
+       grub_modules_init.h
 grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c       \
        commands/configfile.c commands/help.c                           \
        commands/terminal.c commands/ls.c commands/test.c               \
@@ -93,6 +95,7 @@ kernel_syms.lst: $(addprefix include/grub/,$(kernel_mod_HEADERS)) config.h genke
        /bin/sh genkernsyms.sh $(filter %.h,$^) > $@ || (rm -f $@; exit 1)
 
 # For normal.mod.
+normal_mod_DEPENDENCIES = grub_script.tab.c grub_script.tab.h
 normal_mod_SOURCES = normal/arg.c normal/cmdline.c normal/command.c    \
        normal/completion.c normal/execute.c            \
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \
index c993ec92669a4326c7c63e68fd4f75aafd42d78d..0b9ea9c9094268236c32132a99a6ea900eb58cf1 100644 (file)
@@ -52,6 +52,8 @@ grub_mkimage-util_resolve.o: util/resolve.c
 
 
 # For grub-emu
+grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h            \
+       grub_modules_init.h
 grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c       \
        commands/configfile.c commands/help.c                           \
        commands/search.c commands/terminal.c commands/test.c           \
@@ -587,6 +589,7 @@ linux_mod_CFLAGS = $(COMMON_CFLAGS)
 linux_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 # For normal.mod.
+normal_mod_DEPENDENCIES = grub_script.tab.c grub_script.tab.h
 normal_mod_SOURCES = normal/arg.c normal/cmdline.c normal/command.c    \
        normal/completion.c normal/execute.c                            \
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \
index 4e3c84c1b88f3cf3a44d398f21727c949fafceaf..e337a512e1ee5ee73b4bb88178781bb96e0147c3 100644 (file)
@@ -34,6 +34,8 @@ grub_mkimage_SOURCES = util/powerpc/ieee1275/grub-mkimage.c util/misc.c \
         util/resolve.c 
 
 # For grub-emu
+grub_emu_DEPENDENCIES = grub_script.tab.c grub_script.tab.h            \
+       grub_modules_init.h
 grub_emu_SOURCES = commands/boot.c commands/cat.c commands/cmp.c       \
        commands/configfile.c commands/help.c                           \
        commands/search.c commands/terminal.c commands/test.c           \
@@ -97,6 +99,7 @@ linux_mod_CFLAGS = $(COMMON_CFLAGS)
 linux_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 # For normal.mod.
+normal_mod_DEPENDENCIES = grub_script.tab.c grub_script.tab.h
 normal_mod_SOURCES = normal/arg.c normal/cmdline.c normal/command.c    \
        normal/completion.c normal/execute.c                            \
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \
index 56d88362ab3dc0e15f7cc127374545b76ff4fd8d..7050a5186469a3c7a79930629872588128c85a54 100644 (file)
@@ -717,6 +717,7 @@ sfs_mod_LDFLAGS = $(COMMON_LDFLAGS)
 #linux_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 # For normal.mod.
+normal_mod_DEPENDENCIES = grub_script.tab.c grub_script.tab.h
 normal_mod_SOURCES = normal/arg.c normal/cmdline.c normal/command.c    \
        normal/completion.c normal/execute.c                            \
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \
index b64390a38b09a5086eddb2dd3e118ad0528f0c60..de58065b7c1c33d90fcaed0b8754322141e56cfa 100644 (file)
@@ -149,6 +149,7 @@ sfs_mod_LDFLAGS = $(COMMON_LDFLAGS)
 #linux_mod_LDFLAGS = $(COMMON_LDFLAGS)
 
 # For normal.mod.
+normal_mod_DEPENDENCIES = grub_script.tab.c grub_script.tab.h
 normal_mod_SOURCES = normal/arg.c normal/cmdline.c normal/command.c    \
        normal/completion.c normal/execute.c                            \
        normal/function.c normal/lexer.c normal/main.c normal/menu.c    \