grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] add osdep/*/init.c to EXTRA_DIST
Date: Mon, 14 Oct 2013 18:59:22 +0200	[thread overview]
Message-ID: <525C22EA.50309@gmail.com> (raw)
In-Reply-To: <1381768126-23027-1-git-send-email-arvidjaar@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]

Go ahead.
On 14.10.2013 18:28, Andrey Borzenkov wrote:
> gcc -E -DHAVE_CONFIG_H -I.  -Wall -W -I./include -DGRUB_UTIL=1 -DGRUB_LIBDIR=\"/usr/local/lib64/grub\" -DLOCALEDIR=\"/usr/local/share/locale\" -DGRUB_FILE=\"util/grub-fstest.c\" -I. -I. -I. -I. -I./include -I./include -I./grub-core/lib/libgcrypt-grub/include -I./grub-core/lib/libgcrypt-grub/src/ -I./grub-core/gnulib -I./grub-core/gnulib   \
>   -D'GRUB_MOD_INIT(x)=@MARKER@x@' util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c grub-core/osdep/init.c > grub_fstest.pp || (rm -f grub_fstest.pp; exit 1)
> grub-core/osdep/init.c:4:24: fatal error: basic/init.c: No such file or directory
> compilation terminated.
> 
> Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
> 
> ---
>  conf/Makefile.extra-dist | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
> index 237473b..666efc6 100644
> --- a/conf/Makefile.extra-dist
> +++ b/conf/Makefile.extra-dist
> @@ -72,6 +72,9 @@ EXTRA_DIST += grub-core/osdep/linux/hostdisk.c
>  EXTRA_DIST += grub-core/osdep/windows/hostdisk.c
>  EXTRA_DIST += grub-core/osdep/sun/hostdisk.c
>  
> +EXTRA_DIST += grub-core/osdep/basic/init.c
> +EXTRA_DIST += grub-core/osdep/windows/init.c
> +
>  EXTRA_DIST += grub-core/osdep/apple/getroot.c
>  EXTRA_DIST += grub-core/osdep/aros/getroot.c
>  EXTRA_DIST += grub-core/osdep/basic/getroot.c
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]

      reply	other threads:[~2013-10-14 16:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-14 16:28 [PATCH] add osdep/*/init.c to EXTRA_DIST Andrey Borzenkov
2013-10-14 16:59 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=525C22EA.50309@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).