Searched hist:64784 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/share/mk/
H A Dbsd.obj.mkdiff 64784 Thu Aug 17 14:41:48 MDT 2000 sheldonh The previous delta was wrong; an empty MAKEOBJDIRPREFIX should
cause the working directory to be used. Make it so.

When we're more convinced that it'll work, we might try this
to avoid a shell invocation:

.if defined(MAKEOBJDIRPREFIX) && !empty(MAKEOBJDIRPREFIX) &&
exists(${CANONICALOBJDIR}/)

Reported by: bde

Completed in 180 milliseconds