Skip to content

Commit

Permalink
Merge pull request openzfs#508 from grwilson/dlpx_81879
Browse files Browse the repository at this point in the history
DLPX-81879 zfs debug modules are not installed with `zfs-load`
  • Loading branch information
grwilson committed Jul 8, 2022
2 parents 786d0db + 1923173 commit e2088f5
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 e2088f5

Please sign in to comment.