On 16.06.2013 07:42, Andrey Borzenkov wrote:
> [  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.
> 
Go ahead
> Signed-off-by: Andrey Borzenkov <arvidj...@gmail.com>
> 
> ---
>  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 <arvidj...@gmail.com>
> +
> +     * conf/Makefile.extra-dist: Add grub-core/fs/cpio_common.c.
> +
>  2013-06-16  Vladimir Serbinenko  <phco...@gmail.com>
>  
>       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
> 


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to