From owner-freebsd-hackers Sat Feb 11 18:40:21 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA02712 for hackers-outgoing; Sat, 11 Feb 1995 18:40:21 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id SAA02697 for ; Sat, 11 Feb 1995 18:40:18 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.9/8.6.9) with SMTP id SAA14150; Sat, 11 Feb 1995 18:39:47 -0800 To: Morgan Davis cc: hackers@FreeBSD.org Subject: Re: MSDOS FS panic, resuming make world In-reply-to: Your message of "Sat, 11 Feb 95 11:57:41 PST." <199502111957.LAA18292@io.cts.com> Date: Sat, 11 Feb 1995 18:39:47 -0800 Message-ID: <14149.792556787@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > io# cd /mnt/win95 > io# mv retail/* bld324 This has been fixed in -current and the last snapshot, I believe. > 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: You can look at the output of the make world and try to restart whatever part of `make tools libraries or all' that it looks like it died in. Otherwise, you're looking at another make world. Jordan