]> git.proxmox.com Git - mirror_zfs.git/commit
Prevent rm modules.* when make install
authortuxoko <tuxoko@gmail.com>
Fri, 20 Nov 2015 01:42:41 +0000 (17:42 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Dec 2015 22:39:12 +0000 (14:39 -0800)
commitb0fe1adeb1f24192c9a3358a4c9a29a34b9537fe
tree063b2f1b7a1b640dbabbc27d1c7604900055183f
parent60bd953ca4905e8720513d2d9e12932c0ea9cc83
Prevent rm modules.* when make install

This was originally in fe0ed8f910c1e4288dc190546cfe98ecf545b547, but somehow
was changed and not working anymore. And it will cause the following error:

modprobe: ERROR: ../libkmod/libkmod.c:506 lookup_builtin_file() could not open builtin file '/lib/modules/4.2.0-18-generic/modules.builtin.bin'

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4027
module/Makefile.in