diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-12-12 17:46:02 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-12-12 18:18:23 +0100 |
commit | 77dbd57b8e9dad16375ba7a249b8046dd66d1c46 (patch) | |
tree | ec5ddb7ef8c8cfdd3307c26cd7352085b2d011fd /emulators/open-vm-kmod/files/patch-Makefile | |
parent | science/PETSc: Correction (diff) |
emulators/open-vm-{tools,kmod}: split the package
Split the package to build the kmods separatly! Building separately has
multiple benefits:
1. it allows user to rebuild when they upgrade their kernel without
rebuilding all of the tools which can take a long time.
2. it allows us to provide the modules in the new kmods package
repository
3. it installs the kmods the in the same place as the regular kmods:
/boot/modules
It means we can probably get rid of the rc script in favor if letting
users use kld_list mecanism but I will let this decision to the
maintainer based on what it probably best for users.
Approved by: garga (maintainer)
Reviewed by: garga (maintainer)
Differential Revision: https://reviews.freebsd.org/D48059
Diffstat (limited to 'emulators/open-vm-kmod/files/patch-Makefile')
-rw-r--r-- | emulators/open-vm-kmod/files/patch-Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emulators/open-vm-kmod/files/patch-Makefile b/emulators/open-vm-kmod/files/patch-Makefile new file mode 100644 index 000000000000..a1ac4b5af968 --- /dev/null +++ b/emulators/open-vm-kmod/files/patch-Makefile @@ -0,0 +1,7 @@ +--- Makefile.orig 2024-12-12 16:16:21 UTC ++++ Makefile +@@ -0,0 +1,4 @@ ++SUBDIR+= vmblock ++SUBDIR+= vmmemctl ++ ++.include <bsd.subdir.mk> |