From owner-freebsd-current Fri Oct 10 15:11:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13780 for current-outgoing; Fri, 10 Oct 1997 15:11:31 -0700 (PDT) (envelope-from owner-freebsd-current) Received: (from jmb@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13684; Fri, 10 Oct 1997 15:09:35 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199710102209.PAA13684@hub.freebsd.org> Subject: Re: make world failed To: imp@village.org (Warner Losh) Date: Fri, 10 Oct 1997 15:09:34 -0700 (PDT) Cc: ache@nagual.pp.ru, current@FreeBSD.ORG In-Reply-To: <199710102105.PAA23103@harmony.village.org> from "Warner Losh" at Oct 10, 97 03:05:33 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh wrote: > > In message =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= writes: > : In early beginning: > ... > : /usr/bin/mkdep: cannot create _mkdep1179: directory nonexistent > > Make has started to do that for reasons unknown. A rm -rf /usr/obj > fixes the problem (after you do the chflags thing too). > > Does anybody know why Make started behaving like this? drop back to verson 1.145 of /usr/src/Makefile that one works for me. no need to "cd /usr/obj; rm -rf" jmb