grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
To: grub-devel@gnu.org
Cc: dkiper@net-space.pl, osteffen@redhat.com, mate.kukri@canonical.com
Subject: [PATCH] build: Include grub-core/extra_deps.lst in dist
Date: Thu, 21 Dec 2023 01:17:35 -0600	[thread overview]
Message-ID: <ZYPmj-z84DpRk7OQ@dj3ntoo> (raw)

Fixes build failure due to the extra_deps.lst file not existing in the
tarball. Found while trying to package GRUB 2.12 for Gentoo.

make[3]: *** No rule to make target '/var/tmp/portage/sys-boot/grub-2.12/work/grub-2.12/grub-core/extra_deps.lst', needed by 'syminfo.lst'.  Stop.

Fixes: 89fbe0cac (grub-core/Makefile.am: Make path to extra_deps.lst relative to $(top_srcdir)/grub-core)
Fixes: 154dcb1ae (build: Allow explicit module dependencies)

Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
---
 conf/Makefile.extra-dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
index 5e7126f98..0bef2c752 100644
--- a/conf/Makefile.extra-dist
+++ b/conf/Makefile.extra-dist
@@ -27,6 +27,7 @@ EXTRA_DIST += grub-core/gensyminfo.sh.in
 EXTRA_DIST += grub-core/gensymlist.sh
 EXTRA_DIST += grub-core/genemuinit.sh
 EXTRA_DIST += grub-core/genemuinitheader.sh
+EXTRA_DIST += grub-core/extra_deps.lst
 
 EXTRA_DIST += grub-core/lib/gnulib-patches/fix-width.patch
 
-- 
2.41.0


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

             reply	other threads:[~2023-12-21  7:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21  7:17 Oskari Pirhonen [this message]
2023-12-21  9:12 ` [PATCH] build: Include grub-core/extra_deps.lst in dist Olaf Hering
2023-12-21 10:42   ` Oliver Steffen
2023-12-21 10:50     ` Olaf Hering
2023-12-21 11:07       ` Oliver Steffen
2023-12-22  6:45         ` Oskari Pirhonen
2023-12-22 14:23           ` Daniel Kiper
2023-12-21 11:02 ` Oliver Steffen
2023-12-22 14:18 ` Daniel Kiper
2024-02-22 13:35   ` Oliver Steffen

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=ZYPmj-z84DpRk7OQ@dj3ntoo \
    --to=xxc3ncoredxx@gmail.com \
    --cc=dkiper@net-space.pl \
    --cc=grub-devel@gnu.org \
    --cc=mate.kukri@canonical.com \
    --cc=osteffen@redhat.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).