From 63029a767b2258c5e70f71a95766fd682b45ff11 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 15 Jan 2003 20:55:38 +0000 Subject: Make BUILD_DIR always point to a physical path by invoking /bin/pwd instead of relying on the shell's builtin pwd. This makes BUILD_DIR consistently point to the correct directory regardless of the definition of SHELL. This fixes elusive some buildlink2 errors due to the fact that BUILDLINK_DIR is derived from BUILD_DIR and some paths were incorrectly being translated. --- mk/defs.IRIX.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/defs.IRIX.mk') diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index e72c6e40898..94d0c6f40cc 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.16 2003/01/10 08:44:20 jlam Exp $ +# $NetBSD: defs.IRIX.mk,v 1.17 2003/01/15 20:55:39 jlam Exp $ # # Variable definitions for the IRIX operating system. @@ -53,6 +53,7 @@ PAX?= /usr/sbin/pax PERL5?= ${LOCALBASE}/bin/perl PKGLOCALEDIR?= share PS?= /sbin/ps +PWD_CMD?= /bin/pwd # needs to print physical path RM?= /sbin/rm RMDIR?= /usr/bin/rmdir SED?= /sbin/sed -- cgit v1.2.3