K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2017-12-05T21:30:22.044131Z K 7 svn:log V 460 Deal with bmake-20170301 no longer resolving -C like it used to. Several checks assume .CURDIR is resolved, such as for determining RELDIR from SRCTOP/.CURDIR. If -C is used then the path is no longer resolved like it was before which is problematic for symlinked source trees. A similar change was also made to ports post bmake-20170301. This fixes 'make -C buildworld' using the wrong OBJDIR. Reported by: rstone Sponsored by: Dell EMC END