summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-11-05 21:32:17 +0000
committerjilles <jilles@FreeBSD.org>2011-11-05 21:32:17 +0000
commiteeb11596582a4766fc01e6a9f8c4aac1b1504de2 (patch)
treee5b5a0a9b4f9ae88be8e5a0a5d7b17d52327293b /usr.bin/make
parent00e85738104d4a5768462c2666d95a8ea2f95b8f (diff)
downloadFreeBSD-src-eeb11596582a4766fc01e6a9f8c4aac1b1504de2.zip
FreeBSD-src-eeb11596582a4766fc01e6a9f8c4aac1b1504de2.tar.gz
make(1): obj dirs are physical paths so write `pwd -P` rather than `pwd`.
Regular pwd may return a pathname containing symlinks, but make does not use such pathnames.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 93ea46e..d36a43c 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -32,7 +32,7 @@
.\" @(#)make.1 8.8 (Berkeley) 6/13/95
.\" $FreeBSD$
.\"
-.Dd December 29, 2008
+.Dd November 5, 2011
.Dt MAKE 1
.Os
.Sh NAME
@@ -631,7 +631,7 @@ The following directories are tried in order:
.Pp
.Bl -enum -compact
.It
-${MAKEOBJDIRPREFIX}/`pwd`
+${MAKEOBJDIRPREFIX}/`pwd -P`
.It
${MAKEOBJDIR}
.It
@@ -639,7 +639,7 @@ obj.${MACHINE}
.It
obj
.It
-/usr/obj/`pwd`
+/usr/obj/`pwd -P`
.El
.Pp
The first directory that
OpenPOWER on IntegriCloud