DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] devtools: fix index generation
@ 2019-03-04 11:04 Ferruh Yigit
  2019-03-04 11:48 ` [dpdk-dev] [EXT] " Jerin Jacob Kollanukkaran
  2019-03-04 20:48 ` [dpdk-dev] " Rami Rosen
  0 siblings, 2 replies; 4+ messages in thread
From: Ferruh Yigit @ 2019-03-04 11:04 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran; +Cc: dev, bruce.richardson

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [EXT] [PATCH] devtools: fix index generation
  2019-03-04 11:04 [dpdk-dev] [PATCH] devtools: fix index generation Ferruh Yigit
@ 2019-03-04 11:48 ` Jerin Jacob Kollanukkaran
  2019-03-04 22:00   ` Thomas Monjalon
  2019-03-04 20:48 ` [dpdk-dev] " Rami Rosen
  1 sibling, 1 reply; 4+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-03-04 11:48 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: bruce.richardson, dev

On Mon, 2019-03-04 at 11:04 +0000, Ferruh Yigit wrote:
> ------------------------------------------------------------
> ---
> 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
> ---

Acked-by: Jerin Jacob <jerinj@marvell.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [PATCH] devtools: fix index generation
  2019-03-04 11:04 [dpdk-dev] [PATCH] devtools: fix index generation Ferruh Yigit
  2019-03-04 11:48 ` [dpdk-dev] [EXT] " Jerin Jacob Kollanukkaran
@ 2019-03-04 20:48 ` Rami Rosen
  1 sibling, 0 replies; 4+ messages in thread
From: Rami Rosen @ 2019-03-04 20:48 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: Jerin Jacob Kollanukkaran, dev, bruce.richardson

Reviewed-by: Rami Rosen <ramirose@gmail.com>

>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] [EXT] [PATCH] devtools: fix index generation
  2019-03-04 11:48 ` [dpdk-dev] [EXT] " Jerin Jacob Kollanukkaran
@ 2019-03-04 22:00   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-03-04 22:00 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, Jerin Jacob Kollanukkaran, bruce.richardson

> > 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
> > ---
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-04 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 11:04 [dpdk-dev] [PATCH] devtools: fix index generation Ferruh Yigit
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

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).