[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A321A3C.6030400@gmx.de>
Date: Fri, 12 Jun 2009 11:05:00 +0200
From: Patrick Ringl <patrick.ringl@....de>
To: linux-kernel@...r.kernel.org
CC: torvalds@...l.org
Subject: PATCH: README - Fix misleading pointer to the defconf directory
Hello,
the README simply points to a wrong/non-existent directory where the default configurations are not suited, hence the patch.
Signed-off-by: Patrick Ringl <patrick_@...enet.de>
-----
--- linux.orig/README 2009-06-10 05:05:27.000000000 +0200
+++ linux/README 2009-06-12 10:46:15.000000000 +0200
@@ -175,7 +175,7 @@
Like above, but avoids cluttering the screen
with questions already answered.
"make defconfig" Create a ./.config file by using the default
- symbol values from arch/$ARCH/defconfig.
+ symbol values from arch/$ARCH/configs/*_defconfig.
"make allyesconfig"
Create a ./.config file by setting symbol
values to 'y' as much as possible.
-----
regards,
Patrick
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists