blob: c1991cccccd5267b59c398601bd0b257a2ee94aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- conftest.sh.old 2004-11-07 12:24:54.733276104 +1100
+++ conftest.sh 2004-11-07 12:25:56.672859856 +1100
@@ -17,7 +17,7 @@
if [ "$OUTPUT" != "$SOURCES" ]; then
CFLAGS="$CFLAGS -I$OUTPUT/include2 -I$OUTPUT/include \
--I$HEADERS -I$HEADERS/asm/mach-default"
+-I$HEADERS -I$OUTPUT/include2/asm/mach-default"
else
CFLAGS="$CFLAGS -I$HEADERS -I$HEADERS/asm/mach-default"
fi
@@ -257,8 +257,8 @@
echo "installed on your system. If you specified a separate";
echo "output directory using either the \"KBUILD_OUTPUT\" or";
echo "the \"O\" KBUILD parameter, make sure to specify this";
- echo "directory with the SYSOUT environment variable or with";
- echo "the appropriate nvidia-installer command line option.";
+ echo "directorys _PARENT_ with the KBUILD_OUTPUT_PREFIX";
+ echo "environment variable, (or see /etc/env.d/05kernel)";
echo "";
if [ "$VERBOSE" = "full_output" ]; then
echo "*** Unable to determine the target kernel version. ***";
|