public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] utils: fix the installation of ffsb binary
@ 2014-04-14  7:41 Stanislav Kholmanskikh
  2014-04-14 16:39 ` chrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Stanislav Kholmanskikh @ 2014-04-14  7:41 UTC (permalink / raw)
  To: ltp-list; +Cc: vasily.isaenko

Commit a8846217ff4aa2b6063725504bccaad5602fe43a made
ffsb binary non-installable.

Therefore ext4-* test cases fail with:
ext4-uninit-groups    1  TFAIL  :  Test broken: ffsb: command not found

Fixed this by introducing a new Makefile target for ffsb in utils directory.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
---
 utils/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/utils/Makefile b/utils/Makefile
index aa052e6..923bb2d 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -22,7 +22,7 @@ top_srcdir		?= ..
 
 include $(top_srcdir)/include/mk/env_pre.mk
 
-INSTALL_TARGETS         += ffsb
+MAKE_TARGETS         += ffsb
 
 FFSBDIR			:= ffsb-6.0-rc2
 FILTER_OUT_DIRS		:= $(FFSBDIR)
@@ -32,6 +32,9 @@ $(FFSB): $(abs_srcdir)/$(FFSBDIR)
 	mkdir -p $(FFSBDIR)
 	cd $(FFSBDIR) && "$^/configure" && $(MAKE) top_srcdir="$^" all
 
+ffsb: $(FFSB)
+	cp $(FFSB) ffsb
+
 trunk-all: $(FFSB)
 
 trunk-clean:: | ffsb-clean
@@ -39,5 +42,4 @@ trunk-clean:: | ffsb-clean
 ffsb-clean:: $(abs_srcdir)/$(FFSBDIR)
 	cd $(FFSBDIR); $(MAKE) top_srcdir="$^" clean
 
-
 include $(top_srcdir)/include/mk/generic_trunk_target.mk
-- 
1.7.1


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH] utils: fix the installation of ffsb binary
  2014-04-14  7:41 [LTP] [PATCH] utils: fix the installation of ffsb binary Stanislav Kholmanskikh
@ 2014-04-14 16:39 ` chrubis
  0 siblings, 0 replies; 2+ messages in thread
From: chrubis @ 2014-04-14 16:39 UTC (permalink / raw)
  To: Stanislav Kholmanskikh; +Cc: vasily.isaenko, ltp-list

Hi!
> Commit a8846217ff4aa2b6063725504bccaad5602fe43a made
> ffsb binary non-installable.
> 
> Therefore ext4-* test cases fail with:
> ext4-uninit-groups    1  TFAIL  :  Test broken: ffsb: command not found
> 
> Fixed this by introducing a new Makefile target for ffsb in utils directory.

Tested and pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2014-04-14 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14  7:41 [LTP] [PATCH] utils: fix the installation of ffsb binary Stanislav Kholmanskikh
2014-04-14 16:39 ` chrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox