From owner-freebsd-current Thu Jun 27 01:47:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA10757 for current-outgoing; Thu, 27 Jun 1996 01:47:27 -0700 (PDT) Received: from plaut.de ([194.39.177.166]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA10738 for ; Thu, 27 Jun 1996 01:47:19 -0700 (PDT) Received: from totum.plaut.de (totum.plaut.de [194.39.177.9]) by plaut.de (8.6.12/8.6.12) with ESMTP id JAA23503; Thu, 27 Jun 1996 09:56:56 +0200 Received: from localhost (root@localhost) by totum.plaut.de (8.7.5/8.7.3) with SMTP id KAA08363; Thu, 27 Jun 1996 10:46:34 +0200 (MET DST) Date: Thu, 27 Jun 1996 10:46:33 +0200 (MET DST) From: Michael Reifenberger To: "Jordan K. Hubbard" cc: FreeBSD-Current Subject: Re: Building inside of /usr/src? In-Reply-To: <26040.835817244@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have /usr/obj and /usr/src symlinked to /a/obj and /a/src. With current I noticed, that if I do a 'make obj' in /usr/src, I get for example a /usr/obj/a/src/lib/libc. If I do a 'make obj' directly in /usr/src/lib/libc I get a: /usr/obj/usr/src/lib/libc created for /usr/src/lib/libc Is it a Bug or Feature? Bye! ---- Michael Reifenberger