Skip to content

Commit

Permalink
Fix bug in distclean which removes needed files
Browse files Browse the repository at this point in the history
Running distclean removes the following files because of an error
in Makefile.am

deleted:    tests/zfs-tests/include/commands.cfg
deleted:    tests/zfs-tests/include/libtest.shlib
deleted:    tests/zfs-tests/include/math.shlib
deleted:    tests/zfs-tests/include/properties.shlib
deleted:    tests/zfs-tests/include/zpool_script.shlib

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: David Quigley <david.quigley@intel.com>
Closes openzfs#6636
  • Loading branch information
dpquigl authored and tonyhutter committed Jan 18, 2018
1 parent e2e04b1 commit 8da9cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zfs-tests/include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dist_pkgdata_SCRIPTS = \
EXTRA_DIST=default.cfg.in

distclean-local::
-$(RM) $(dist_pkgdata_SCRIPTS)
-$(RM) default.cfg

0 comments on commit 8da9cc8

Please sign in to comment.