From: bert hubert <ahu@ds9a.nl>
To: zippel@linux-m68k.org
Cc: linux-kernel@vger.kernel.org
Subject: small patch, but Linux Kernel Conf in 2.5.44 works great
Date: Thu, 24 Oct 2002 12:54:40 +0200 [thread overview]
Message-ID: <20021024105440.GA28188@outpost.ds9a.nl> (raw)
Slight warning patch, but Linux Kernel Conf is really cool. From a users'
perspective, I note that the 'help' function is very fast now, which used to
be embarrassingly slow.
Make oldconfig also works as planned.
I would indeed however vote to make the xconfig program available separately
as well. Many users may need a different compiler for xconfig than for the
kerel (dreaded C++ ABI issues).
Right now, it is some hassle to make sure that the right compiler is used
for xconfig and the kernel.
Regards,
bert hubert
Tiny patch to fix a warning:
--- linux-2.5.44/scripts/kconfig/kconfig_load.c~ Thu Oct 24 12:31:24 2002
+++ linux-2.5.44/scripts/kconfig/kconfig_load.c Thu Oct 24 12:39:34 2002
@@ -1,5 +1,6 @@
#include <dlfcn.h>
#include <stdio.h>
+#include <stdlib.h>
#include "lkc.h"
--
http://www.PowerDNS.com Versatile DNS Software & Services
http://lartc.org Linux Advanced Routing & Traffic Control HOWTO
next reply other threads:[~2002-10-24 10:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-24 10:54 bert hubert [this message]
2002-10-24 14:50 ` Roman Zippel
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=20021024105440.GA28188@outpost.ds9a.nl \
--to=ahu@ds9a.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=zippel@linux-m68k.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome