From owner-freebsd-questions@FreeBSD.ORG Thu Nov 3 17:29:13 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41B1E106564A for ; Thu, 3 Nov 2011 17:29:13 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CDBBB8FC12 for ; Thu, 3 Nov 2011 17:29:12 +0000 (UTC) Received: by bkbzs2 with SMTP id zs2so1834776bkb.13 for ; Thu, 03 Nov 2011 10:29:11 -0700 (PDT) Received: by 10.216.131.215 with SMTP id m65mr3303813wei.5.1320341348892; Thu, 03 Nov 2011 10:29:08 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id b5sm11402915wbh.4.2011.11.03.10.29.07 (version=SSLv3 cipher=OTHER); Thu, 03 Nov 2011 10:29:07 -0700 (PDT) Message-ID: <4EB2CF62.1070107@my.gd> Date: Thu, 03 Nov 2011 18:29:06 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <201111031720.pA3HKkIq019121@mail.r-bonomi.com> In-Reply-To: <201111031720.pA3HKkIq019121@mail.r-bonomi.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Is it safe to interrupt (Ctrl + C) while building a port or kernel? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2011 17:29:13 -0000 On 11/3/11 6:20 PM, Robert Bonomi wrote: >> From owner-freebsd-questions@freebsd.org Thu Nov 3 12:10:08 2011 >> From: =?koi8-r?B?4c7Uz84g68zF09M=?= >> To: freebsd-questions@freebsd.org >> Date: Thu, 03 Nov 2011 21:10:19 +0400 >> Subject: Is it safe to interrupt (Ctrl + C) while building a port or kernel? >> >> Sometimes, while building process of some port or system kernel are in progress, you suddenly remember that you did something wrong and have to stop, solve your mistake and start one more time. >> >> Is it clear to interrupt the building process just by pressing Ctrl + ? > > Yes. > >> If it's so, do I need to run "make clean" before I start "make" one more time? > > Authoritative answer: "It depends". > > On what you 'did wrong", and what it takes to fix it. > > e.g., if you're building a kernel the 'classial' way, that is 'configure, > make depend, cd , make', and realize you left something out of the config > file, after you edit the config file, you have to rerun _all_ those steps. > Is it even advisable to build the kernel the "old" way ? I feel safer with "cd /usr/src && make buildkernel"