patches for DPDK stable branches
 help / color / mirror / Atom feed
From: luca.boccassi@gmail.com
To: stable@dpdk.org
Cc: Luca Boccassi <bluca@debian.org>
Subject: [scripts] 4-final-review: look for rte_version.h in new directory too
Date: Tue, 19 Jul 2022 11:36:25 +0100	[thread overview]
Message-ID: <20220719103625.677170-1-luca.boccassi@gmail.com> (raw)

From: Luca Boccassi <bluca@debian.org>

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 4-final-review | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/4-final-review b/4-final-review
index 4aa4a75..9eab987 100755
--- a/4-final-review
+++ b/4-final-review
@@ -8,6 +8,8 @@ if [ -r "$DPDK_DIR/lib/librte_eal/include/rte_version.h" ]; then
 	VERSION_HEADER="$DPDK_DIR/lib/librte_eal/include/rte_version.h"
 elif [ -r "$DPDK_DIR/lib/librte_eal/common/include/rte_version.h" ]; then
 	VERSION_HEADER="$DPDK_DIR/lib/librte_eal/common/include/rte_version.h"
+elif [ -r "$DPDK_DIR/lib/eal/include/rte_version.h" ]; then
+	VERSION_HEADER="$DPDK_DIR/lib/eal/include/rte_version.h"
 else
 	echo "Cannot find rte_version.h"
 	exit 1
-- 
2.34.1


                 reply	other threads:[~2022-07-19 10:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220719103625.677170-1-luca.boccassi@gmail.com \
    --to=luca.boccassi@gmail.com \
    --cc=bluca@debian.org \
    --cc=stable@dpdk.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).