From owner-freebsd-hackers Sat Feb 11 23:32:12 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id XAA01346 for hackers-outgoing; Sat, 11 Feb 1995 23:32:12 -0800 Received: from lirmm.lirmm.fr (lirmm.lirmm.fr [193.49.104.10]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id XAA01339 for ; Sat, 11 Feb 1995 23:32:11 -0800 Received: from lirmm.fr (baobab.lirmm.fr [193.49.106.14]) by lirmm.lirmm.fr (8.6.9/8.6.4) with ESMTP id IAA00472; Sun, 12 Feb 1995 08:32:00 +0100 Message-Id: <199502120732.IAA00472@lirmm.lirmm.fr> To: Morgan Davis cc: hackers@FreeBSD.org Subject: Re: resuming make world In-reply-to: Your message of "Sat, 11 Feb 1995 11:57:41 PST." <199502111957.LAA18292@io.cts.com> Date: Sun, 12 Feb 1995 08:31:52 +0100 From: "Philippe Charnier" Sender: hackers-owner@FreeBSD.org Precedence: bulk Salut, In the message resuming make world, Morgan Davis wrote : >Now, my question. What's the best way to resume an interrupted 'make >world' so that I don't have to start from scratch, and that it >completes pretty much as if 'make world' had never stopped? I see no >obvious make target for this. I assume I can do this: > > cd /usr/src > make > make install > cd /usr/share/man > make makedb > in /usr/src/Makefile .if defined(NOCLEANDIR) + .if defined(NOCLEAN) + CLEANDIR= + .else CLEANDIR= clean + .endif .else CLEANDIR= cleandir .endif Then define NOCLEAN and run make world again. -------- -------- Philippe Charnier charnier@lirmm.fr LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France ------------------------------------------------------------------------