patches for DPDK stable branches
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: ktraynor@redhat.com, alialnu@nvidia.com
Cc: stable@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com
Subject: [dpdk-stable] [PATCH 18.11] eal: fix parallel build
Date: Thu, 29 Oct 2020 13:25:50 +0100	[thread overview]
Message-ID: <20201029122550.11044-1-david.marchand@redhat.com> (raw)

Parallel build is broken as linuxapp/freebsd have lost the dependency on
installing common headers.
The original commit in the main branch was at fault, but it got hidden
by the commit a083f8cc7746 ("eal: move OS-specific sub-directories").

Fixes: 4a2be43591df ("eal: remove useless makefiles")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 lib/librte_eal/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_eal/Makefile b/lib/librte_eal/Makefile
index fd56a69ba3..263c2d0664 100644
--- a/lib/librte_eal/Makefile
+++ b/lib/librte_eal/Makefile
@@ -5,8 +5,8 @@ include $(RTE_SDK)/mk/rte.vars.mk
 
 DIRS-y += common
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += linuxapp/eal
-DEPDIRS-linuxapp := common
+DEPDIRS-linuxapp/eal := common
 DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += bsdapp/eal
-DEPDIRS-bsdapp := common
+DEPDIRS-bsdapp/eal := common
 
 include $(RTE_SDK)/mk/rte.subdir.mk
-- 
2.23.0


             reply	other threads:[~2020-10-29 12:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 12:25 David Marchand [this message]
2020-10-30 13:08 ` Kevin Traynor

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=20201029122550.11044-1-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=alialnu@nvidia.com \
    --cc=bruce.richardson@intel.com \
    --cc=ktraynor@redhat.com \
    --cc=stable@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).