All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.13 default config
@ 2001-10-27 17:52 Riley Williams
  2001-10-27 18:55 ` Jeff Garzik
  2001-10-28  1:09 ` Keith Owens
  0 siblings, 2 replies; 7+ messages in thread
From: Riley Williams @ 2001-10-27 17:52 UTC (permalink / raw)
  To: Alan Cox, Linus Torvalds; +Cc: Linux Kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 422 bytes --]

Hi Alan, Linus.

The enclosed patch (against the raw 2.4.13 tree) adds a `make defconfig`
option that configures Linux with the default options obtained by simply
pressing ENTER to every prompt that comes up.

On my ix86 system and against this kernel, it produces a config that is
identical to that in arch/i386/defconfig but this is NOT true of some of
the other kernel releases.

Please apply.

Best wishes from Riley.

[-- Attachment #2: make defconfig --]
[-- Type: TEXT/PLAIN, Size: 316 bytes --]

--- linux-2.4.13/Makefile~	Wed Oct 24 06:21:20 2001
+++ linux-2.4.13/Makefile	Sat Oct 27 18:46:47 2001
@@ -274,6 +274,10 @@
 		mkdir include/linux/modules; \
 	fi
 
+defconfig:
+	rm -f .config
+	yes '' | make config
+
 oldconfig: symlinks
 	$(CONFIG_SHELL) scripts/Configure -d arch/$(ARCH)/config.in
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-10-28 10:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-27 17:52 [PATCH] 2.4.13 default config Riley Williams
2001-10-27 18:55 ` Jeff Garzik
2001-10-27 19:07   ` Linus Torvalds
2001-10-27 22:05     ` Riley Williams
2001-10-28  1:09 ` Keith Owens
2001-10-28  8:42   ` Mark Zealey
2001-10-28 10:37   ` Riley Williams

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.