From owner-freebsd-questions@FreeBSD.ORG Thu Nov 3 17:21:31 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 02E83106566C for ; Thu, 3 Nov 2011 17:21:31 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id C76738FC19 for ; Thu, 3 Nov 2011 17:21:30 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id pA3HKkIq019121; Thu, 3 Nov 2011 12:20:46 -0500 (CDT) Date: Thu, 3 Nov 2011 12:20:46 -0500 (CDT) From: Robert Bonomi Message-Id: <201111031720.pA3HKkIq019121@mail.r-bonomi.com> To: freebsd-questions@freebsd.org, rc5hack@yandex.ru In-Reply-To: <35891320340219@web76.yandex.ru> Cc: 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:21:31 -0000 > 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.