commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2288] 2009-06-10 Pavel Roskin <address@hidden>


From: Pavel Roskin
Subject: [2288] 2009-06-10 Pavel Roskin <address@hidden>
Date: Wed, 10 Jun 2009 17:02:15 +0000

Revision: 2288
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2288
Author:   proski
Date:     2009-06-10 17:02:15 +0000 (Wed, 10 Jun 2009)
Log Message:
-----------
2009-06-10  Pavel Roskin  <address@hidden>

        * 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.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/conf/common.rmk

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-06-09 19:45:18 UTC (rev 2287)
+++ trunk/grub2/ChangeLog       2009-06-10 17:02:15 UTC (rev 2288)
@@ -1,3 +1,8 @@
+2009-06-10  Pavel Roskin  <address@hidden>
+
+       * 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  <address@hidden>
 
        * fs/i386/pc/pxe.c (grub_pxefs_read): Fix returned values.

Modified: trunk/grub2/conf/common.rmk
===================================================================
--- trunk/grub2/conf/common.rmk 2009-06-09 19:45:18 UTC (rev 2287)
+++ trunk/grub2/conf/common.rmk 2009-06-10 17:02:15 UTC (rev 2288)
@@ -260,8 +260,8 @@
 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]