]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r227121: make(1): obj dirs are physical paths so write `pwd -P`
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 30 Dec 2011 21:33:19 +0000 (21:33 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 30 Dec 2011 21:33:19 +0000 (21:33 +0000)
commit68c3050c9727a86c8c815e6450480f20b30c286d
treec4bc9dfdc607598b46756fb8f6b5c30bc31d0b69
parent2b7de6f98fcf1e8fc23744be440be267150af036
MFC r227121: 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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@229034 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/make/make.1