Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144605 Details for
Bug 221079
CLEAN trumped if no MAKE* exists in dkms.conf
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Honor CLEAN even if MAKE* not set, spelling fixes
dkms.patch (text/plain), 2.52 KB, created by
Ville Skyttä
on 2007-01-01 12:56:11 UTC
(
hide
)
Description:
Honor CLEAN even if MAKE* not set, spelling fixes
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-01-01 12:56:11 UTC
Size:
2.52 KB
patch
obsolete
>--- dkms-2.0.13/dkms~ 2006-06-29 17:31:25.000000000 +0300 >+++ dkms-2.0.13/dkms 2007-01-01 14:46:10.000000000 +0200 >@@ -435,10 +435,14 @@ > if [ -z "$make_command" ]; then > if [[ $(VER $1) < $(VER 2.6.6) ]]; then > make_command="make -C $kernel_source_dir SUBDIRS=$dkms_tree/$module/$module_version/build modules" >- clean="make -C $kernel_source_dir SUBDIRS=$dkms_tree/$module/$module_version/build clean" >+ if [ -z "$clean" ]; then >+ clean="make -C $kernel_source_dir SUBDIRS=$dkms_tree/$module/$module_version/build clean" >+ fi > else > make_command="make -C $kernel_source_dir M=$dkms_tree/$module/$module_version/build" >- clean="make -C $kernel_source_dir M=$dkms_tree/$module/$module_version/build clean" >+ if [ -z "$clean" ]; then >+ clean="make -C $kernel_source_dir M=$dkms_tree/$module/$module_version/build clean" >+ fi > fi > fi > >--- dkms-2.0.13/dkms.8~ 2006-06-29 17:31:25.000000000 +0300 >+++ dkms-2.0.13/dkms.8 2007-01-01 14:51:07.000000000 +0200 >@@ -66,7 +66,7 @@ > Red Hat began supporting multi-arched driver disks in RHEL3. To force creation > of a driver disk with arch information, specify > .B -d redhat2 >-or if you specify multiple archictectures on the command-line and use >+or if you specify multiple architectures on the command-line and use > .B -d redhat > , DKMS will create a version 2 driver disk. By specifying > .B -d redhat1 >@@ -175,7 +175,7 @@ > the arch of the currently running system (`uname -m`). You can specify multiple > arch parameters on the same command line by repeating the -a argument with a > different arch name. When multiple architectures are specified, there must >-be a 1:1 releationship between -k arguments to -a arguments. DKMS will then >+be a 1:1 relationship between -k arguments to -a arguments. DKMS will then > assume the first -a argument aligns with the first -k kernel and so on for the > second, third, etc. > >@@ -283,7 +283,7 @@ > prebuilt modules. > .TP > .B --all >-This option can be used to automatically specify all relavent kernels/arches >+This option can be used to automatically specify all relevant kernels/arches > for a module/module-version. This is useful for things like > .B remove > , >@@ -300,7 +300,7 @@ > This option keeps DKMS from cleaning your kernel source tree after a > build. > .TP >-.B --kernelsouredir <kernel-source-directory-location> >+.B --kernelsourcedir <kernel-source-directory-location> > Using this option you can specify the location of your kernel source > directory. Most likely you will not need to set this if your kernel > source is accessible via
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221079
: 144605