]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Document the confusing behavior that the .if conditional defaults
authorru <ru@FreeBSD.org>
Fri, 1 Nov 2002 08:40:32 +0000 (08:40 +0000)
committerru <ru@FreeBSD.org>
Fri, 1 Nov 2002 08:40:32 +0000 (08:40 +0000)
commit707c22856ed977c8fe8c8c4e2abc6a355f5e77a0
tree54208c56eddbee1c8bf8eb38ec2c7ab274f8c9e5
parent941d59ead3fa8ff8401606be63e8c82458d4ef41
Document the confusing behavior that the .if conditional defaults
to defined(), e.g., ``.if 1'' is equivalent to ``.if defined(1)'',
which is only true when the ${1} variable is defined.
usr.bin/make/make.1