mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-03 12:02:58 +00:00
2009-06-10 Pavel Roskin <proski@gnu.org>
* conf/common.rmk: Compile tar.mod from tar.c, not cpio.c. The build system doesn't need to be aware of the tar.c internals.
This commit is contained in:
parent
473d1e458b
commit
fe052e3778
@ -1,3 +1,8 @@
|
||||
2009-06-10 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* conf/common.rmk: Compile tar.mod from tar.c, not cpio.c. The
|
||||
build system doesn't need to be aware of the tar.c internals.
|
||||
|
||||
2009-06-09 Michel Hermier <michel.hermier@gmail.com>
|
||||
|
||||
* fs/i386/pc/pxe.c (grub_pxefs_read): Fix returned values.
|
||||
|
@ -260,8 +260,8 @@ cpio_mod_CFLAGS = $(COMMON_CFLAGS)
|
||||
cpio_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
||||
|
||||
# For tar.mod.
|
||||
tar_mod_SOURCES = fs/cpio.c
|
||||
tar_mod_CFLAGS = $(COMMON_CFLAGS) -DMODE_USTAR
|
||||
tar_mod_SOURCES = fs/tar.c
|
||||
tar_mod_CFLAGS = $(COMMON_CFLAGS)
|
||||
tar_mod_LDFLAGS = $(COMMON_LDFLAGS)
|
||||
|
||||
# For udf.mod.
|
||||
|
Loading…
Reference in New Issue
Block a user