]> granicus.if.org Git - zfs/commit
Prevent rm modules.* when make install
authortuxoko <tuxoko@gmail.com>
Fri, 20 Nov 2015 01:39:56 +0000 (17:39 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Dec 2015 22:38:20 +0000 (14:38 -0800)
commitd28c5c4f0472e9674d34f8237ba14187669dad7c
tree2b6e768ba51c44f6d7602f0c6665a94b493d2387
parent5578f58bdc65d8a2d49b34be21f979bd1fcb0093
Prevent rm modules.* when make install

This was originally in e80cd06b8e0428f3ca2c62e4cb0e4ec54fda1d5c, 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 #501
module/Makefile.in