]> git.pld-linux.org Git - packages/X11-driver-nvidia-legacy.git/blame - X11-driver-nvidia-legacy-verbose.patch
- patch for very verbose
[packages/X11-driver-nvidia-legacy.git] / X11-driver-nvidia-legacy-verbose.patch
CommitLineData
d115fc67
MWP
1diff -uNr NVIDIA-Linux-x86-1.0-7174-pkg1.orig/usr/src/nv/conftest.sh NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/conftest.sh
2--- NVIDIA-Linux-x86-1.0-7174-pkg1.orig/usr/src/nv/conftest.sh 2006-02-26 17:12:57.000000000 +0100
3+++ NVIDIA-Linux-x86-1.0-7174-pkg1/usr/src/nv/conftest.sh 2006-02-26 17:15:42.000000000 +0100
4@@ -34,7 +34,7 @@
5 remap_page_range(NULL, 0L, 0L, 0L, pgprot);
6 }" > conftest$$.c
7
8- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
9+ $CC $CFLAGS -c conftest$$.c 2>&1
10 rm -f conftest$$.c
11
12 if [ -f conftest$$.o ]; then
13@@ -49,7 +49,7 @@
14 remap_page_range(0L, 0L, 0L, pgprot);
15 }" > conftest$$.c
16
17- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
18+ $CC $CFLAGS -c conftest$$.c 2>&1
19 rm -f conftest$$.c
20
21 if [ -f conftest$$.o ]; then
22@@ -82,7 +82,7 @@
23 fi
24
25 rm -f gcc-version-check
26- $CC gcc-version-check.c -o gcc-version-check > /dev/null 2>&1
27+ $CC gcc-version-check.c -o gcc-version-check 2>&1
28 if [ -f gcc-version-check ]; then
29 PROC_VERSION=`cat /proc/version`
30 MSG=`./gcc-version-check "$PROC_VERSION"`
31@@ -215,11 +215,11 @@
32 }
33 }" > conftest$$.c
34
35- $CC $CFLAGS -o conftest$$ conftest$$.c > /dev/null 2>&1
36+ $CC $CFLAGS -o conftest$$ conftest$$.c 2>&1
37 rm -f conftest$$.c
38
39 if [ -f conftest$$ ]; then
40- ./conftest$$ > /dev/null 2>&1
41+ ./conftest$$
42 if [ $? = "0" ]; then
43 ln -s Makefile.kbuild Makefile
44 else
45@@ -285,7 +285,7 @@
46 return 0;
47 }" > conftest$$.c
48
49- $CC $CFLAGS -o conftest$$ conftest$$.c > /dev/null 2>&1
50+ $CC $CFLAGS -o conftest$$ conftest$$.c 2>&1
51 rm -f conftest$$.c
52
53 if [ -f conftest$$ ]; then
54@@ -319,7 +319,7 @@
55 #endif
56 " > conftest$$.c
57
58- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
59+ $CC $CFLAGS -c conftest$$.c 2>&1
60 rm -f conftest$$.c
61
62 if [ -f conftest$$.o ]; then
63@@ -366,7 +366,7 @@
64 return change_page_attr(pp, i, prot);
65 }" > conftest$$.c
66
67- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
68+ $CC $CFLAGS -c conftest$$.c 2>&1
69 rm -f conftest$$.c
70
71 if [ -f conftest$$.o ]; then
72@@ -387,7 +387,7 @@
73 pci_disable_device(dev);
74 }" > conftest$$.c
75
76- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
77+ $CC $CFLAGS -c conftest$$.c 2>&1
78 rm -f conftest$$.c
79
80 if [ -f conftest$$.o ]; then
81@@ -409,7 +409,7 @@
82 return class_simple_create(owner, name);
83 }" > conftest$$.c
84
85- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
86+ $CC $CFLAGS -c conftest$$.c 2>&1
87 rm -f conftest$$.c
88
89 if [ -f conftest$$.o ]; then
90@@ -431,7 +431,7 @@
91 return pci_get_class(class, from);
92 }" > conftest$$.c
93
94- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
95+ $CC $CFLAGS -c conftest$$.c 2>&1
96 rm -f conftest$$.c
97
98 if [ -f conftest$$.o ]; then
99@@ -453,7 +453,7 @@
100 remap_pfn_range(NULL, 0L, 0L, 0L, pgprot);
101 }" > conftest$$.c
102
103- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
104+ $CC $CFLAGS -c conftest$$.c 2>&1
105 rm -f conftest$$.c
106
107 if [ -f conftest$$.o ]; then
108@@ -479,7 +479,7 @@
109 #error
110 #endif" > conftest$$.c
111
112- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
113+ $CC $CFLAGS -c conftest$$.c 2>&1
114 rm -f conftest$$.c
115
116 if [ -f conftest$$.o ]; then
117@@ -512,7 +512,7 @@
118 return current->signal->rlim;
119 }" > conftest$$.c
120
121- $CC $CFLAGS -Wno-error -c conftest$$.c > /dev/null 2>&1
122+ $CC $CFLAGS -Wno-error -c conftest$$.c 2>&1
123 rm -f conftest$$.c
124
125 if [ -f conftest$$.o ]; then
126@@ -536,7 +536,7 @@
127 return agp_backend_acquire(dev);
128 }" > conftest$$.c
129
130- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
131+ $CC $CFLAGS -c conftest$$.c 2>&1
132 rm -f conftest$$.c
133
134 if [ -f conftest$$.o ]; then
135@@ -556,7 +556,7 @@
136 void *nv_vmap(struct page **pg, int cnt) {
137 return vmap(pg, cnt);
138 }" > conftest$$.c
139- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
140+ $CC $CFLAGS -c conftest$$.c 2>&1
141 rm -f conftest$$.c
142
143 if [ -f conftest$$.o ]; then
144@@ -570,7 +570,7 @@
145 void *nv_vmap(struct page **pg, int cnt) {
146 return vmap(pg, cnt, 0, PAGE_KERNEL);
147 }" > conftest$$.c
148- $CC $CFLAGS -c conftest$$.c > /dev/null 2>&1
149+ $CC $CFLAGS -c conftest$$.c 2>&1
150 rm -f conftest$$.c
151
152 if [ -f conftest$$.o ]; then
This page took 0.088212 seconds and 4 git commands to generate.