mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
Fix bug in distclean which removes needed files
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 #6636
This commit is contained in:
parent
a94447ddf3
commit
53e5890cff
@ -10,4 +10,4 @@ dist_pkgdata_SCRIPTS = \
|
||||
EXTRA_DIST=default.cfg.in
|
||||
|
||||
distclean-local::
|
||||
-$(RM) $(dist_pkgdata_SCRIPTS)
|
||||
-$(RM) default.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user