2008-02-24 Robert Millan <rmh@aybabtu.com>
* conf/i386-efi.rmk (normal/function.c_DEPENDENCIES) (normal/lexer.c_DEPENDENCIES): New variables. * conf/i386-ieee1275.rmk (normal/function.c_DEPENDENCIES) (normal/lexer.c_DEPENDENCIES): Likewise. * conf/i386-linuxbios.rmk (normal/function.c_DEPENDENCIES) (normal/lexer.c_DEPENDENCIES): Likewise. * conf/i386-pc.rmk (normal/function.c_DEPENDENCIES) (normal/lexer.c_DEPENDENCIES): Likewise. * conf/powerpc-ieee1275.rmk (normal/function.c_DEPENDENCIES) (normal/lexer.c_DEPENDENCIES): Likewise. * conf/sparc64-ieee1275.rmk (normal/function.c_DEPENDENCIES) (normal/lexer.c_DEPENDENCIES): Likewise.
This commit is contained in:
parent
2dc33c03b0
commit
8a594a17c7
13 changed files with 39 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2008-02-24 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* conf/i386-efi.rmk (normal/function.c_DEPENDENCIES)
|
||||
(normal/lexer.c_DEPENDENCIES): New variables.
|
||||
* conf/i386-ieee1275.rmk (normal/function.c_DEPENDENCIES)
|
||||
(normal/lexer.c_DEPENDENCIES): Likewise.
|
||||
* conf/i386-linuxbios.rmk (normal/function.c_DEPENDENCIES)
|
||||
(normal/lexer.c_DEPENDENCIES): Likewise.
|
||||
* conf/i386-pc.rmk (normal/function.c_DEPENDENCIES)
|
||||
(normal/lexer.c_DEPENDENCIES): Likewise.
|
||||
* conf/powerpc-ieee1275.rmk (normal/function.c_DEPENDENCIES)
|
||||
(normal/lexer.c_DEPENDENCIES): Likewise.
|
||||
* conf/sparc64-ieee1275.rmk (normal/function.c_DEPENDENCIES)
|
||||
(normal/lexer.c_DEPENDENCIES): Likewise.
|
||||
|
||||
2008-02-23 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* partmap/gpt.c (grub_gpt_magic): Add `0x' qualifier to each member,
|
||||
|
|
|
@ -7,6 +7,8 @@ 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.
|
||||
bin_UTILITIES = grub-mkimage
|
||||
|
|
|
@ -7,6 +7,8 @@ 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.
|
||||
bin_UTILITIES = grub-mkimage
|
||||
|
|
|
@ -7,6 +7,8 @@ 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.
|
||||
pkglib_PROGRAMS = kernel.elf
|
||||
|
|
|
@ -7,6 +7,8 @@ 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.
|
||||
pkglib_PROGRAMS = kernel.elf
|
||||
|
|
|
@ -7,6 +7,8 @@ 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.
|
||||
pkglib_PROGRAMS = kernel.elf
|
||||
|
|
|
@ -7,6 +7,8 @@ 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.
|
||||
pkglib_PROGRAMS = kernel.elf
|
||||
|
|
|
@ -9,6 +9,8 @@ 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.
|
||||
pkglib_IMAGES = boot.img diskboot.img kernel.img pxeboot.img lnxboot.img \
|
||||
|
|
|
@ -9,6 +9,8 @@ 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.
|
||||
pkglib_IMAGES = boot.img diskboot.img kernel.img pxeboot.img lnxboot.img \
|
||||
|
|
|
@ -8,6 +8,8 @@ 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.
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ 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.
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ 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.
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue