Skip to content

Commit

Permalink
DLPX-81879 zfs debug modules are not installed with zfs-load
Browse files Browse the repository at this point in the history
  • Loading branch information
grwilson committed Jul 6, 2022
1 parent 786d0db commit 1923173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ modules_install-Linux: modules_uninstall-Linux-legacy
@# Delphix-specific: split debug info
kmoddir=$(INSTALL_MOD_PATH)$(LINUX_MOD_DIR); \
debugdir=$(INSTALL_MOD_PATH)$(LINUX_DEBUG_MOD_DIR); \
for module in $$(find . -name *.ko); do \
for module in $$(find . -name '*.ko'); do \
mkdir -p $$debugdir/$(INSTALL_MOD_DIR)/$$(dirname $$module); \
cp $$kmoddir/$(INSTALL_MOD_DIR)/$$module $$debugdir/$(INSTALL_MOD_DIR)/$$module; \
strip --strip-debug $$kmoddir/$(INSTALL_MOD_DIR)/$$module; \
Expand Down

0 comments on commit 1923173

Please sign in to comment.