From owner-freebsd-questions@FreeBSD.ORG Thu Nov 3 17:10:21 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 CF3AB106566C for ; Thu, 3 Nov 2011 17:10:21 +0000 (UTC) (envelope-from rc5hack@yandex.ru) Received: from forward5.mail.yandex.net (forward5.mail.yandex.net [IPv6:2a02:6b8:0:602::5]) by mx1.freebsd.org (Postfix) with ESMTP id 4FEE88FC08 for ; Thu, 3 Nov 2011 17:10:21 +0000 (UTC) Received: from web76.yandex.ru (web76.yandex.ru [77.88.47.201]) by forward5.mail.yandex.net (Yandex) with ESMTP id C960C12047F5 for ; Thu, 3 Nov 2011 21:10:19 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320340219; bh=17gaSrGTgxF8sPoFonlE5QrKwtvyMBmMIuiWTnkdcJw=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=O3d1qZ5bKPq7ebC1p6vFLdDsfNBy7Z4AkZq7HWOgVwDqZ2VGFUsJ1xSpqRRCaB+BN hvFAR7kHwavYXLHMKoK4DDLtZqqmja2f7vgU16830co3bs/UUKXHv+0SHbVO7t24ec KDCGf4xewqpfFcgwI4BzM3t+cT6bNDvCr9/vbw8k= Received: from localhost (localhost.localdomain [127.0.0.1]) by web76.yandex.ru (Yandex) with ESMTP id B166C11A0033 for ; Thu, 3 Nov 2011 21:10:19 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1320340219; bh=17gaSrGTgxF8sPoFonlE5QrKwtvyMBmMIuiWTnkdcJw=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=O3d1qZ5bKPq7ebC1p6vFLdDsfNBy7Z4AkZq7HWOgVwDqZ2VGFUsJ1xSpqRRCaB+BN hvFAR7kHwavYXLHMKoK4DDLtZqqmja2f7vgU16830co3bs/UUKXHv+0SHbVO7t24ec KDCGf4xewqpfFcgwI4BzM3t+cT6bNDvCr9/vbw8k= X-Yandex-Spam: 1 Received: from [188.134.86.249] ([188.134.86.249]) by web76.yandex.ru with HTTP; Thu, 03 Nov 2011 21:10:19 +0400 From: =?koi8-r?B?4c7Uz84g68zF09M=?= To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <35891320340219@web76.yandex.ru> Date: Thu, 03 Nov 2011 21:10:19 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: 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:10:21 -0000 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 + ? If it's so, do I need to run "make clean" before I start "make" one more time? Thank you!