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.kholmansk...@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