Gentoo Archives: gentoo-user

From: Markos Chandras <hwoarang@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] re: make distclean
Date: Mon, 16 Dec 2013 20:57:39
Message-Id: 52AF6924.2030607@gentoo.org
In Reply to: [gentoo-user] re: make distclean by Alexander Kapshuk
1 On 12/16/2013 07:30 PM, Alexander Kapshuk wrote:
2 >
3 > https://wiki.gentoo.org/wiki/Kernel/Upgrade
4 >
5 >
6 > Sanitize sources
7 >
8 > If you just want to rebuild the current kernel, you need sometimes to
9 > sanitize the kernel sources:
10 >
11 > |root # ||make distclean|
12 >
13 > Interesting option. Wish it had said it would nuke my .config as well.
14 > Just finished setting it up. Thought I'd follow the advice given before
15 > rebuilding the kernel. Should've backed up the .config file prior to
16 > running 'make distclean'.
17 >
18 > Lesson learnt. :'(
19 >
20 >
21
22 You could get your running config using
23
24 zcat /proc/config.gz > .config
25
26 --
27 Regards,
28 Markos Chandras

Replies

Subject Author
Re: [gentoo-user] re: make distclean Bruce Hill <daddy@×××××××××××××××××××××.com>
Re: [gentoo-user] re: make distclean Alexander Kapshuk <alexander.kapshuk@×××××.com>