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 <behlendorf1@llnl.gov>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #7525 
Closes #7547
This commit is contained in:
Matthew Ahrens 2018-05-21 10:36:59 -07:00 committed by Brian Behlendorf
parent 43eb39d6cc
commit a430cef9cd
1 changed files with 3 additions and 0 deletions

View File

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