]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-06-10 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Wed, 10 Jun 2009 17:02:15 +0000 (17:02 +0000)
committerproski <proski@localhost>
Wed, 10 Jun 2009 17:02:15 +0000 (17:02 +0000)
* 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.

ChangeLog
conf/common.rmk

index fb215605fc587edacafc551af824b75ab62602fb..46782e97372fcd1a927ed620ccbac9ac2e18e4db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 9780341612498c5dcca0ee5dfd4efeeeb9e768cd..027eff2f843c033a957163de369749d46642a8c1 100644 (file)
@@ -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.