From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8857F138247 for ; Mon, 16 Dec 2013 19:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A95E3E0BA3; Mon, 16 Dec 2013 19:30:50 +0000 (UTC) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E979DE0BA1 for ; Mon, 16 Dec 2013 19:30:48 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ec20so2872542lab.10 for ; Mon, 16 Dec 2013 11:30:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=aOqO56IFgGMtzbkJjvgdDs+yrIN7bsRRnNAVicz2rWY=; b=dY7rDL5MgoXmxONG9sljaRCqx6FsW3g8kCb+7oFaqFE4sfhqyXvtF/tUHqXK/A+3Xh tUdJAZ5pGvMAqk+UXDYaWEn9iZfYPFKxiAzXJ/lmREMzZnuB8eumFTDKpfYlNzDrG55w fMVeUSyhnd1Joi6O/tO9VOGORlKFd1bE27bw1/XxjzypD6njIGupp8iSzlYn7ZXy+J9T 4Hw2713QU9x4nB0yJfFCRT4brmaOLwRdhAXG9MlTc/KewHoPN5NKMB5VVvo/Mh+LLBoA Meh+L/qABrYt7wHLLeU6f5CohamRu+yZ2QUFO9juTCqyF5js/9sVGqFXpW5/3irnRU9b 5hKw== X-Received: by 10.152.121.105 with SMTP id lj9mr7434513lab.6.1387222247138; Mon, 16 Dec 2013 11:30:47 -0800 (PST) Received: from [192.168.1.2] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id np10sm10592270lbb.7.2013.12.16.11.30.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Dec 2013 11:30:46 -0800 (PST) Message-ID: <52AF54EC.4070303@gmail.com> Date: Mon, 16 Dec 2013 21:30:52 +0200 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] re: make distclean Content-Type: multipart/alternative; boundary="------------040704090105090103040506" X-Archives-Salt: d11640b8-eddb-4eb1-b9ef-dcc996eb3ce9 X-Archives-Hash: 67d23402188353fbe18cac46a0865e67 This is a multi-part message in MIME format. --------------040704090105090103040506 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit https://wiki.gentoo.org/wiki/Kernel/Upgrade Sanitize sources If you just want to rebuild the current kernel, you need sometimes to sanitize the kernel sources: |root # ||make distclean| Interesting option. Wish it had said it would nuke my .config as well. Just finished setting it up. Thought I'd follow the advice given before rebuilding the kernel. Should've backed up the .config file prior to running 'make distclean'. Lesson learnt. :'( --------------040704090105090103040506 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
https://wiki.gentoo.org/wiki/Kernel/Upgrade

Sanitize sources

If you just want to rebuild the current kernel, you need sometimes to sanitize the kernel sources:

root # make distclean

Interesting option. Wish it had said it would nuke my .config as well. Just finished setting it up. Thought I'd follow the advice given before rebuilding the kernel. Should've backed up the .config file prior to running 'make distclean'.

Lesson learnt. :'(

--------------040704090105090103040506--