aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/module/Makefile.in
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2020-10-17 01:06:04 +0000
committerMatt Macy <mmacy@FreeBSD.org>2020-10-17 01:06:04 +0000
commit180f822596ecc49d3074dcc9dfea9628aae1d48d (patch)
treed9d18edc1bc35a2f11fd39f178451964c74b08f7 /sys/contrib/openzfs/module/Makefile.in
parente7e2d659af5dca29378325d360be41903445933a (diff)
parent0be360124f8f108f73365e31448e7550f877f3ac (diff)
downloadsrc-180f822596ecc49d3074dcc9dfea9628aae1d48d.tar.gz
src-180f822596ecc49d3074dcc9dfea9628aae1d48d.zip
Update OpenZFS to 2.0.0-rc3-gfc5966
- fix panic due to tqid overflow - Improve libzfs_error_init messages - Expose zfetch_max_idistance tunable - Make dbufstat work on FreeBSD - Fix EIO after resuming receive of new dataset over an existing one
Notes
Notes: svn path=/head/; revision=366780
Diffstat (limited to 'sys/contrib/openzfs/module/Makefile.in')
-rw-r--r--sys/contrib/openzfs/module/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/openzfs/module/Makefile.in b/sys/contrib/openzfs/module/Makefile.in
index ead4ff1360b2..0ee2c447221a 100644
--- a/sys/contrib/openzfs/module/Makefile.in
+++ b/sys/contrib/openzfs/module/Makefile.in
@@ -96,7 +96,7 @@ modules_install: modules_install-@ac_system@
modules_uninstall-Linux:
@# Uninstall the kernel modules
- kmoddir=$(DESTDIR)$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@ \
+ kmoddir=$(DESTDIR)$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@; \
for objdir in $(ZFS_MODULES); do \
$(RM) -R $$kmoddir/$(INSTALL_MOD_DIR)/$$objdir; \
done