You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dkms.8.in
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -954,18 +954,18 @@ Run no more than this number of jobs in parallel.
954
954
Control how modules are compressed. By default, the highest available level of compression is used.
955
955
.TP
956
956
.Bbuild_environment
957
-
If the directive is set to any non null-value, the content of the directive will be imported into the DKMS shell with the
957
+
If the directive is set to any non null-value, when building modules, the exported variables that are in the file will be imported into the DKMS shell with the
958
958
.Bsource
959
-
command when building modules.
959
+
command.
960
960
961
961
Can be used to specify a custom
962
962
.Bgcc
963
963
installed in a custom path; and the variable
964
964
.B$kernelver
965
-
can be used to represent the target kernel version. Some examples:
965
+
can be used inside the environment file to represent the target kernel version. Some examples:
966
966
967
967
Define a custom script to point to a specific GCC (
0 commit comments