You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIRC the difference was only applicable to VMS system. But I truly don't know if that's relevant any longer. For a long time I've treated D and P as the same.
But there is also a code that relies on such behavior:
./src/build/project.jam: if $(wildcards:D) || $(excludes:D)
./src/tools/docutils.jam: if $(RST2XXX_PY:D)
./src/tools/vmsdecc.jam:
for local d in $(sources:D) $(includes)
{
if $(d)
{
The documentation is unclear about what
:D
and:P
are, and what are the differences between them and compared todirname
.Comparison:
So there is no difference between
:D
and:P
? I would expect that at least one of them provide thedirname
functionality.The text was updated successfully, but these errors were encountered: