grub-devel
[Top][All Lists]
Advanced

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

[PATCH] fix missing cpio_common.c in tardist


From: Andrey Borzenkov
Subject: [PATCH] fix missing cpio_common.c in tardist
Date: Sun, 16 Jun 2013 09:42:49 +0400

[  112s] ../grub-core/fs/cpio.c:51:25: fatal error: cpio_common.c: No such file 
or directory
[  112s] compilation terminated.

As it is used by multiple modules, add it as global EXTRA_DIST.

Signed-off-by: Andrey Borzenkov <address@hidden>

---
 ChangeLog                | 4 ++++
 conf/Makefile.extra-dist | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index e71a848..979bc53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-16  Andrey Borzenkov <address@hidden>
+
+       * conf/Makefile.extra-dist: Add grub-core/fs/cpio_common.c.
+
 2013-06-16  Vladimir Serbinenko  <address@hidden>
 
        Fix casts when compiling coreboot-specific code for 64-bit EFI.
diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
index dc788a1..a76083b 100644
--- a/conf/Makefile.extra-dist
+++ b/conf/Makefile.extra-dist
@@ -35,6 +35,8 @@ EXTRA_DIST += grub-core/efiemu/runtime/config.h
 
 EXTRA_DIST += grub-core/lib/LzmaDec.c
 
+EXTRA_DIST += grub-core/fs/cpio_common.c
+
 EXTRA_DIST += BUGS
 EXTRA_DIST += util/i386/efi/grub-dumpdevtree
 EXTRA_DIST += util/spkmodem-recv.c
-- 
tg: (0ed37fc..) u/cpio_common (depends on: master)



reply via email to

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