From owner-freebsd-questions@FreeBSD.ORG Thu May 18 16:33:51 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6215816A443 for ; Thu, 18 May 2006 16:33:51 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD76E43D5E for ; Thu, 18 May 2006 16:33:42 +0000 (GMT) (envelope-from doug@polands.org) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.4/8.13.4) with ESMTP id k4IGXfEn034598 for ; Thu, 18 May 2006 11:33:41 -0500 (CDT) (envelope-from doug@polands.org) Received: from 209.103.215.99 (proxying for 209.103.215.99) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Thu, 18 May 2006 11:33:41 -0500 (CDT) Message-ID: <51509.209.103.215.99.1147970021.squirrel@email.polands.org> Date: Thu, 18 May 2006 11:33:41 -0500 (CDT) From: "Doug Poland" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.87/1467/Tue May 16 16:21:47 2006 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: make installkernel and getcwd(3) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 16:33:51 -0000 Hello, I'm having a problem getting make to understand the current working directory. For example, I have a directory structure where /usr/src and /usr/obj are symbolic links to another location. When I type: make installkernel, make thinks I'm in the directory /mnt/src, instead of /usr/src, and the make fails. Question is, how can I get make to resolve it's working directory from a logical, rather than physical perspective, as in PWD(1) ? -- Regards, Doug