From: Sam Ravnborg <sam@ravnborg.org>
To: DervishD <raul@pleyades.net>
Cc: willy@w.ods.org, linux-kernel@vger.kernel.org
Subject: Re: make allyesconfig?
Date: Mon, 19 Aug 2002 22:53:17 +0200 [thread overview]
Message-ID: <20020819225317.A1529@mars.ravnborg.org> (raw)
In-Reply-To: <3D60F1CB.mail91Q1LZTC8@viadomus.com>; from raul@pleyades.net on Mon, Aug 19, 2002 at 03:25:31PM +0200
On Mon, Aug 19, 2002 at 03:25:31PM +0200, DervishD wrote:
> Thanks for your answer :). I'm particularly interested in
> allmodconfig for compilation problems.
Take a copy of Configure from Linux-2.5
and add the following lines to the top-level Makefile around line 300:
+randconfig: symlinks
+ $(CONFIG_SHELL) scripts/Configure -r arch/$(ARCH)/config.in
+
+allyesconfig: symlinks
+ $(CONFIG_SHELL) scripts/Configure -y arch/$(ARCH)/config.in
+
+allnoconfig: symlinks
+ $(CONFIG_SHELL) scripts/Configure -n arch/$(ARCH)/config.in
+
+allmodconfig: symlinks
+ $(CONFIG_SHELL) scripts/Configure -m arch/$(ARCH)/config.in
+
+defconfig: symlinks
+ yes '' | $(CONFIG_SHELL) scripts/Configure -d arch/$(ARCH)/config.in
That gives you the targets you have requested from 2.5
Sam
prev parent reply other threads:[~2002-08-19 20:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-18 21:55 make allyesconfig? DervishD
2002-08-18 22:03 ` Alexander Viro
2002-08-19 4:31 ` Willy Tarreau
2002-08-19 13:25 ` DervishD
2002-08-19 20:53 ` Sam Ravnborg [this message]
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=20020819225317.A1529@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=raul@pleyades.net \
--cc=willy@w.ods.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