Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7179 Details for
Bug 13559
nvidia-kernel on 2.5.{53,54,55}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a modification of the 2.5-2.5.3 diff patch
mypatch.patch (text/plain), 1.03 KB, created by
Patrik Kullman
on 2003-01-10 20:43:33 UTC
(
hide
)
Description:
a modification of the 2.5-2.5.3 diff patch
Filename:
MIME Type:
Creator:
Patrik Kullman
Created:
2003-01-10 20:43:33 UTC
Size:
1.03 KB
patch
obsolete
>--- Makefile.orig 2003-01-11 02:29:07.000000000 +0100 >+++ Makefile 2003-01-11 02:31:17.000000000 +0100 >@@ -22,10 +22,8 @@ > # this is slightly more brain-dead, but works.. > ifeq ($(shell if test -d $(KERNDIR)/build; then echo yes; fi),yes) > KERNINC=$(KERNDIR)/build/include >-MACHINC=$(KERNDIR)/build/arch/i386/mach-generic > else > KERNINC=/usr/src/linux/include >-MACHINC=/usr/src/linux/arch/i386/mach-generic > endif > > ifeq ($(shell if test -d $(KERNDIR)/kernel; then echo yes; fi),yes) >@@ -60,9 +58,10 @@ > # allow specification of alternate include file tree on command line and extra defines > ifdef SYSINCLUDE > INCLUDES += -I$(SYSINCLUDE) >+INCLUDES += -I$(SYSINCLUDE)/asm/mach-default > else > INCLUDES += -I$(KERNINC) >-INCLUDES += -I$(MACHINC) >+INCLUDES += -I$(KERNINC)/asm/mach-default > endif > > DEFINES+=$(EXTRA_DEFINES) >@@ -138,7 +137,7 @@ > fi > > nvidia.o: gcc-check $(LINUX_MODULE) $(RESMAN_KERNEL_MODULE) >- ld -r -o $@ $(LINUX_MODULE) $(RESMAN_KERNEL_MODULE) >+ ld -d -r -o $@ $(LINUX_MODULE) $(RESMAN_KERNEL_MODULE) > size $@ > > $(VERSION_HDR):
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 13559
: 7179