From: Matthew Ahrens Date: Mon, 21 May 2018 17:36:59 +0000 (-0700) Subject: Create "bin" directory so that zloop.sh works X-Git-Tag: zfs-0.8.0-rc1~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a430cef9cd6cbff7d9827b37c1cb322aaa1bf9dc;p=zfs 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 --- 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