]> git.proxmox.com Git - mirror_zfs.git/commit
Create "bin" directory so that zloop.sh works
authorMatthew Ahrens <mahrens@delphix.com>
Mon, 21 May 2018 17:36:59 +0000 (10:36 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 21 May 2018 17:36:59 +0000 (10:36 -0700)
commita430cef9cd6cbff7d9827b37c1cb322aaa1bf9dc
treeb5eb05d7f1d1a2083c53262f68ef6923eb48ec04
parent43eb39d6ccd8fbaa5ae3a84a6df549331db4d6be
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
Makefile.am