From owner-freebsd-questions@FreeBSD.ORG Sun Feb 13 11:04:55 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A53A16A4CE for ; Sun, 13 Feb 2005 11:04:55 +0000 (GMT) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA4A43D3F for ; Sun, 13 Feb 2005 11:04:55 +0000 (GMT) (envelope-from v.demartino2@virgilio.it) Received: from wireless (80.117.237.225) by vsmtp14.tin.it (7.0.027) id 420DF9560004E6D7 for freebsd-questions@freebsd.org; Sun, 13 Feb 2005 12:04:53 +0100 From: Vittorio To: freebsd-questions@freebsd.org Date: Sun, 13 Feb 2005 12:04:23 +0000 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502131204.23741.v.demartino2@virgilio.it> Subject: Resuming compilation sesssion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 11:04:55 -0000 With a FBSD 5.3 box I use to compile my favourite programs from scratch with: cd /usr/ports/prog_I_want make make install clean But sometimes I have to interrupt the compilation because the PC is shared with other people. How can I resume the compilation session from where I stopped it? Ciao Vittorio