From: jcromie@divsol.com (Jim Cromie)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [patch] KERNELVERSION=2.6.12-something make
Date: Fri, 22 Jul 2005 03:06:12 +0000 [thread overview]
Message-ID: <42E04664.3020001@divsol.com> (raw)
attached patches allow making with setting in environment.
it apparently is effective only right after make clean,
but dependencies are remembered in all the foo.d files
Separately, Ive been trying to hack around my lack of
include/linux/modversions.h, which is not present in the 2.6.12, 13-rc
trees that Ive built
Ive tried turning off CONFIG_MODVERSIONS,
despite some ifdefs in some of the code that suggest it shoul help,
I get almost nowhere doing so.
is modversions.h a synthesized file (written based upon config) ?
is it a holdover from earlier kernel releases ?
-------------- next part --------------
--- lm_sensors2/Makefile.~1.96.~ 2005-07-21 18:54:47.000000000 -0600
+++ lm_sensors2/Makefile 2005-07-21 18:55:45.000000000 -0600
@@ -28,7 +28,7 @@
# The currently running kernel version. This is used right below to
# determine where the kernel sources can be found.
-KERNELVERSION := $(shell uname -r)
+KERNELVERSION ?= $(shell uname -r)
# The location of linux itself. This is used to find the kernel headers
# and other things.
-------------- next part --------------
--- i2c/Makefile.~1.38.~ 2005-03-19 04:10:34.000000000 -0700
+++ i2c/Makefile 2005-07-21 18:37:06.000000000 -0600
@@ -25,7 +25,7 @@
# The currently running kernel version. This is used right below to
# determine where the kernel sources can be found.
-KERNELVERSION := $(shell uname -r)
+KERNELVERSION ?= $(shell uname -r)
# The location of linux itself. This is used to find the kernel headers
# and other things.
next reply other threads:[~2005-07-22 3:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-22 3:06 Jim Cromie [this message]
2005-07-22 11:46 ` [lm-sensors] [patch] KERNELVERSION=2.6.12-something make Jean Delvare
2005-07-22 16:45 ` Jean Delvare
2005-07-22 17:02 ` Jim Cromie
2005-07-23 1:31 ` Jim Cromie
2005-07-23 3:14 ` Jim Cromie
2005-07-24 17:51 ` Jean Delvare
2005-07-24 18:02 ` Jean Delvare
-- strict thread matches above, loose matches on Subject: below --
2005-07-22 20:50 Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42E04664.3020001@divsol.com \
--to=jcromie@divsol.com \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.