From owner-freebsd-questions@FreeBSD.ORG Sun Feb 13 11:12:15 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 66FA616A4CE for ; Sun, 13 Feb 2005 11:12:15 +0000 (GMT) Received: from top.daemonsecurity.com (FW-182-254.go.retevision.es [62.174.254.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E50D443D39 for ; Sun, 13 Feb 2005 11:12:14 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.32] (charm.daemonsecurity.com [192.168.0.32]) by top.daemonsecurity.com (Postfix) with ESMTP id E99CFFD01F; Sun, 13 Feb 2005 12:12:13 +0100 (CET) Message-ID: <420F360C.506@locolomo.org> Date: Sun, 13 Feb 2005 12:12:12 +0100 From: Erik Norgaard User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050127 X-Accept-Language: en, en-us, da, it, es MIME-Version: 1.0 To: Vittorio References: <200502131204.23741.v.demartino2@virgilio.it> In-Reply-To: <200502131204.23741.v.demartino2@virgilio.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 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:12:15 -0000 Vittorio wrote: > 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? If you -c, then compilation breaks. As long as the 'make clean' has not been done, next time you 'make' it will continue where it stopped. If it is only a short period, you can -z (suspend), then you can see the job with 'jobs', make it nice 'renice -20 %', start it again in background with 'bg %1' or in foreground with 'fg %1'. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2