From owner-freebsd-current Sun Sep 22 21:54:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA13187 for current-outgoing; Sun, 22 Sep 1996 21:54:27 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA13160 for ; Sun, 22 Sep 1996 21:54:19 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id OAA04972; Mon, 23 Sep 1996 14:51:02 +1000 Date: Mon, 23 Sep 1996 14:51:02 +1000 From: Bruce Evans Message-Id: <199609230451.OAA04972@godzilla.zeta.org.au> To: ache@nagual.ru, chuckr@glue.umd.edu Subject: Re: Make world Cc: freebsd-current@freefall.freebsd.org Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> ===> usr.bin/fpr >> Warning: Using /usr/obj/usr/src/usr.bin/fpr as object directory instead of >> canonical /usr/obj/usr/src/usr.bin/fpr > >They means that obj directories exists in each case and you not turn it >on directly in make.conf Even when obj directory that is used has the same name as the canonical one? :-) I haven't seen this. It can't happen if the names are really identical. I see warnings like: Warning: Using /usr/src/usr.bin/make/obj as object directory instead of canonical /usr/obj/usr/src/usr.bin/make when I forget to remove the obj pointer or subdirectory. I like this because I only use obj pointers/subdirectories for debugging and want to clean them up when I'm finised. People who use obj links `(make objlink' or option OBJLINKS in /etc/make.conf) probably wouldn't like it. The message is printed on stdout, but should probably be printed on stderr. Bruce