From owner-freebsd-questions@FreeBSD.ORG Wed Feb 16 11:48:26 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 273C816A4CE for ; Wed, 16 Feb 2005 11:48:26 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F1143D1F for ; Wed, 16 Feb 2005 11:48:24 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id j1GBmNGf001286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Feb 2005 03:48:23 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id j1GBmL6V001284; Wed, 16 Feb 2005 03:48:21 -0800 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Wed, 16 Feb 2005 03:48:21 -0800 From: "Loren M. Lang" To: Erik Norgaard Message-ID: <20050216114821.GC28990@alzatex.com> References: <200502131204.23741.v.demartino2@virgilio.it> <420F360C.506@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <420F360C.506@locolomo.org> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C cc: Vittorio 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: Wed, 16 Feb 2005 11:48:26 -0000 On Sun, Feb 13, 2005 at 12:12:12PM +0100, Erik Norgaard wrote: > 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'. This also applies to using portupgrade, but if you stop portupgrade with then you need to remember to resume portupgrade with the -w switch. > > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C