From owner-freebsd-current Mon Aug 31 19:47:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03383 for freebsd-current-outgoing; Mon, 31 Aug 1998 19:47:45 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03368 for ; Mon, 31 Aug 1998 19:47:42 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA20258; Tue, 1 Sep 1998 12:46:41 +1000 Date: Tue, 1 Sep 1998 12:46:41 +1000 From: Bruce Evans Message-Id: <199809010246.MAA20258@godzilla.zeta.org.au> To: current@FreeBSD.ORG, jdp@polstra.com Subject: Re: different E-problem Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> My view is that it is easy to learn what obj path your system is using, >> it's just not convienient to cd there compared to `cd obj'. > >cd /usr/obj$(/bin/pwd) > >usually works. cd `make whereobj` works better. The problems are changing back, and working on sources while you are cd'ed to the obj directory. Shells usually handle links nicely so that cd .. works. Sources are even harder to find if they are in contrib. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message