All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: grub-devel@gnu.org
Subject: Re: [PATCH] make autogen.sh work on tardist again
Date: Fri, 5 Apr 2013 15:54:54 +0400	[thread overview]
Message-ID: <20130405155454.48b2225b@opensuse.site> (raw)
In-Reply-To: <515EBA12.5020600@gmail.com>

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

В Fri, 05 Apr 2013 13:48:34 +0200
Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com> пишет:

> Please includew ChangeLog entry

From: Andrey Borzenkov <arvidjaar@gmail.com>
To: grub-devel@gnu.org
Subject: [PATCH] make autogen.sh work on tardist again

bor@opensuse:~/build/grub/foo/grub-2.00> ./autogen.sh 
Importing unicode...
Importing libgcrypt...
WARNING: grub-core/lib/libgcrypt-grub already exists
WARNING: grub-core/lib/libgcrypt-grub/cipher already exists
WARNING: grub-core/lib/libgcrypt-grub/mpi already exists
WARNING: grub-core/lib/libgcrypt-grub/src already exists
./autogen.sh: line 16: grub-core/lib/libgcrypt/src/gcrypt.h.in: ??? ?????? ????? ??? ????????
bor@opensuse:~/build/grub/foo/grub-2.00> cp ~/src/grub/grub-core/lib/libgcrypt/src/gcrypt.h.in grub-core/lib/libgcrypt/src/gcrypt.h.in
bor@opensuse:~/build/grub/foo/grub-2.00> ./autogen.sh Importing unicode...
Importing libgcrypt...
WARNING: grub-core/lib/libgcrypt-grub already exists
WARNING: grub-core/lib/libgcrypt-grub/cipher already exists
WARNING: grub-core/lib/libgcrypt-grub/mpi already exists
WARNING: grub-core/lib/libgcrypt-grub/src already exists
sed: ?????????? ??????? ???? util/import_gcrypth.sed: ??? ?????? ????? ??? ????????

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>

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

diff --git a/ChangeLog b/ChangeLog
index 41370a1..ca60bb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-05  Andrey Borzenkov <arvidjaar@gmail.com>
+
+	* conf/Makefile.extra-dist: Add missing files required for autogen.sh.
+
 2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
 
 	* util/grub-mkfont.c: Prefer enum to #define.
diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
index c862206..2e36500 100644
--- a/conf/Makefile.extra-dist
+++ b/conf/Makefile.extra-dist
@@ -31,11 +31,13 @@ EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/gnulib -name '*.h')
 EXTRA_DIST += grub-core/efiemu/runtime/config.h
+EXTRA_DIST += grub-core/lib/libgcrypt/src/gcrypt.h.in
 
 EXTRA_DIST += grub-core/lib/LzmaDec.c
 
 EXTRA_DIST += BUGS
 EXTRA_DIST += util/i386/efi/grub-dumpdevtree
+EXTRA_DIST += util/import_gcrypth.sed
 
 EXTRA_DIST += m4/gnulib-cache.m4
 EXTRA_DIST += m4/glibc2.m4
-- 
tg: (28877a0..) u/fix-autogen-crypto (depends on: master)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

      reply	other threads:[~2013-04-05 11:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-05 11:30 [PATCH] make autogen.sh work on tardist again Andrey Borzenkov
2013-04-05 11:48 ` Vladimir 'φ-coder/phcoder' Serbinenko
2013-04-05 11:54   ` Andrey Borzenkov [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=20130405155454.48b2225b@opensuse.site \
    --to=arvidjaar@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.