From: Sam Ravnborg <sam@ravnborg.org>
To: Roman Zippel <zippel@linux-m68k.org>
Cc: linux-kernel@vger.kernel.org
Subject: kconfig: Generate prerequisites
Date: Fri, 8 Nov 2002 19:36:44 +0100 [thread overview]
Message-ID: <20021108183644.GA2992@mars.ravnborg.org> (raw)
Hi Roman.
During the 2.5.3x versions of the kernel there were a check
that checked all Config.in files, and if anyone were newer than
.config then the user were requested to run make oldconfig.
Could we achieve something similar with kconfig?
The most simple form would be that kconfig when run like "conf -p"
would spit out all Kconfig files used by the current configuration.
Example:
conf -p arch/i386/Kconfig
arch/i386/Kconfig \
net/Kconfig \
drivers/Kconfig
The check could be made in kconfig as well which should speed up
things. No need for make to stat the same file as Kconfig already
have stat'ed. From a speed persepctive I like this version best.
The reason why the check were removed in 2.5.4x was that it took several
seconds on a fresh tree before make started doing something useful.
I do not expect kconfig to be as slow as a find over the full tree with
cold caches.
Sam
next reply other threads:[~2002-11-08 18:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-08 18:36 Sam Ravnborg [this message]
2002-11-08 21:14 ` Roman Zippel
2002-11-09 7:56 ` Sam Ravnborg
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=20021108183644.GA2992@mars.ravnborg.org \
--to=sam@ravnborg.org \
--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
all inboxes | Powered by JetHome®