Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use $(INSTALL) rather than cp to install modules.
$(INSTALL) will usually unlink the target file first, so that in-memory instances of the old file don't get simply overwritten (and crash and burn).
- Loading branch information