From: Brian Behlendorf Date: Thu, 20 Oct 2016 16:55:03 +0000 (-0700) Subject: Fix make distclean Makefile.am removal X-Git-Tag: zfs-0.7.0-rc2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72ac461cbe30cc4b9221e96b909f60ca1cb4a534;p=zfs Fix make distclean Makefile.am removal The file tests/zfs-tests/tests/stress/Makefile.am gets mistakenly removed by the distclean target because it's empty. Adding a `SUBDIRS =` line prevents the removal. This directory is being preserved as the location to add assorted stress tests. These may include but are not limited to. http://kernel.ubuntu.com/~cking/stress-ng/ https://github.com/zfsonlinux/zfsstress/ Signed-off-by: Brian Behlendorf Closes #5308 --- diff --git a/tests/zfs-tests/tests/stress/Makefile.am b/tests/zfs-tests/tests/stress/Makefile.am index e69de29bb..741f85085 100644 --- a/tests/zfs-tests/tests/stress/Makefile.am +++ b/tests/zfs-tests/tests/stress/Makefile.am @@ -0,0 +1 @@ +SUBDIRS =