* [Ocfs2-devel] configure.in makes baby Zach cry
@ 2004-10-07 23:03 Zach Brown
2004-10-07 23:47 ` Joel Becker
0 siblings, 1 reply; 2+ messages in thread
From: Zach Brown @ 2004-10-07 23:03 UTC (permalink / raw)
To: ocfs2-devel
if test "x$rhkernel" = "xyes"; then
if test "$OCFS_PROCESSOR" = "i686"; then
KVER=up
else
KVER=smp
What's that trying to do? It gets in my way when building against the
running smp kernel on a dual athlon running FC1.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Ocfs2-devel] configure.in makes baby Zach cry
2004-10-07 23:03 [Ocfs2-devel] configure.in makes baby Zach cry Zach Brown
@ 2004-10-07 23:47 ` Joel Becker
0 siblings, 0 replies; 2+ messages in thread
From: Joel Becker @ 2004-10-07 23:47 UTC (permalink / raw)
To: ocfs2-devel
On Thu, Oct 07, 2004 at 03:32:11PM -0700, Zach Brown wrote:
> if test "x$rhkernel" = "xyes"; then
> if test "$OCFS_PROCESSOR" = "i686"; then
> KVER=up
> else
> KVER=smp
With Red Hat kernels in RHEL3, you pick which distro kernel
flavor (up, smp, etc) is the default build. However, your athlon has a
KVER of athlon. Just run "make KVER=athlon". At least, that's my
guess. That is, unless FC2 has dropped the KVER thing (very possible)
and configure.in needs to learn to be like SuSE for FC2.
Joel
--
"The whole principle is wrong; it's like demanding that grown men
live on skim milk because the baby can't eat steak."
- author Robert A. Heinlein on censorship
Joel Becker
Senior Member of Technical Staff
Oracle Corporation
E-mail: joel.becker@oracle.com
Phone: (650) 506-8127
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-07 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 23:03 [Ocfs2-devel] configure.in makes baby Zach cry Zach Brown
2004-10-07 23:47 ` Joel Becker
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.