DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
Cc: dev@dpdk.org, bruce.richardson@intel.com
Subject: [dpdk-dev] [PATCH] devtools: fix index generation
Date: Mon,  4 Mar 2019 11:04:19 +0000	[thread overview]
Message-ID: <20190304110419.47726-1-ferruh.yigit@intel.com> (raw)

build-tags.sh is broken because of removed 'test' folder, this breaks
helper make targets like 'make cscope', 'make tags', etc...

Fixing it by removing 'test' from source directories list.

Fixes: a9de470cc7c0 ("test: move to app directory")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
Cc: bruce.richardson@intel.com
---
 devtools/build-tags.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/build-tags.sh b/devtools/build-tags.sh
index 78001f048..03ba1853b 100755
--- a/devtools/build-tags.sh
+++ b/devtools/build-tags.sh
@@ -38,7 +38,7 @@ shift $(($OPTIND - 1))
 #ignore version control files
 ignore="( -name .svn -o -name CVS -o -name .hg -o -name .git ) -prune -o"
 
-source_dirs="test app buildtools drivers examples lib"
+source_dirs="app buildtools drivers examples lib"
 
 skip_bsd="( -name bsdapp ) -prune -o"
 skip_linux="( -name linuxapp ) -prune -o"
-- 
2.20.1

             reply	other threads:[~2019-03-04 11:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-04 11:04 Ferruh Yigit [this message]
2019-03-04 11:48 ` [dpdk-dev] [EXT] " Jerin Jacob Kollanukkaran
2019-03-04 22:00   ` Thomas Monjalon
2019-03-04 20:48 ` [dpdk-dev] " Rami Rosen

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=20190304110419.47726-1-ferruh.yigit@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.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 NNTP newsgroup(s).