From a430cef9cd6cbff7d9827b37c1cb322aaa1bf9dc Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Mon, 21 May 2018 10:36:59 -0700 Subject: [PATCH] Create "bin" directory so that zloop.sh works Before running zloop.sh, we need to run `scripts/zfs-tests.sh -c` to create and populate the `bin` directory with symlinks to our utilities. Rather than making developers remember to do this, `make` should do it for them. Reviewed-by: Brian Behlendorf Signed-off-by: Matthew Ahrens Closes #7525 Closes #7547 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 90a1c9475..20f790328 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,9 @@ distclean-local:: -o -name '*.gcno' \) \ -type f -print | xargs $(RM) +all-local: + -${top_srcdir}/scripts/zfs-tests.sh -c + dist-hook: sed -i 's/Release:[[:print:]]*/Release: $(RELEASE)/' \ $(distdir)/META -- 2.40.0