From owner-freebsd-current Fri Jun 21 19:45:37 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA20362 for current-outgoing; Fri, 21 Jun 1996 19:45:37 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA20352 for ; Fri, 21 Jun 1996 19:45:30 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id TAA25304 for ; Fri, 21 Jun 1996 19:45:24 -0700 (PDT) To: current@freebsd.org Subject: Whoops! That was a mite premature.. Date: Fri, 21 Jun 1996 19:45:24 -0700 Message-ID: <25302.835411524@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In my previous set of patches for changing /usr/obj, I don't deal with the Makefiles which have constructs in the form: .if exists(${.CURDIR}/../../foo/bar/obj) ... .fi These constructs now obviously have to be changed to: .if exists(${.OBJDIR}/../../foo/bar) ... .fi Before your make world will go all the way through. I'll send a follow-up set of patches which fix all of these in /usr/src, but if you're rarin' to get past them then this is the "formula" for dealing with it. Jordan