2007-11-18 Bean <bean123ch@gmail.com>
* conf/common.rmk (pkgdata_MODULES): Add hexdump.mod. (hexdump_mod_SOURCES): New variable. (hexdump_mod_CFLAGS): Likewise. (hexdump_mod_LDFLAGS): Likewise. * conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c. * conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c. * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c. * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c. * include/grub/hexdump.h: New file. * commands/hexdump.c: New file.
This commit is contained in:
parent
5cced7fd10
commit
c405c39191
11 changed files with 245 additions and 17 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2007-11-18 Bean <bean123ch@gmail.com>
|
||||
|
||||
* conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
|
||||
(hexdump_mod_SOURCES): New variable.
|
||||
(hexdump_mod_CFLAGS): Likewise.
|
||||
(hexdump_mod_LDFLAGS): Likewise.
|
||||
|
||||
* conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c.
|
||||
|
||||
* conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c.
|
||||
|
||||
* conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c.
|
||||
|
||||
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c.
|
||||
|
||||
* include/grub/hexdump.h: New file.
|
||||
|
||||
* commands/hexdump.c: New file.
|
||||
|
||||
2007-11-10 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* commands/i386/pc/play.c (beep_off): Switch order of arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue