Deleted Added
full compact
1c1
< .\" $NetBSD: make.1,v 1.210 2013/01/27 18:52:01 sjg Exp $
---
> .\" $NetBSD: make.1,v 1.213 2013/03/31 05:49:51 sjg Exp $
32c32
< .Dd January 23, 2013
---
> .Dd March 30, 2013
876a877,883
> .It Va .MAKE.PATH_FILEMON
> If
> .Nm
> was built with
> .Xr filemon 4
> support, this is set to the path of the device node.
> This allows makefiles to test for this support.
1759a1767,1780
> The same effect applies to any command line that uses the variable
> .Va .OODATE ,
> which can be used for that purpose even when not otherwise needed or desired:
> .Bd -literal -offset indent
>
> skip-compare-for-some:
> @echo this will be compared
> @echo this will not ${.OODATE:M.NOMETA_CMP}
> @echo this will also be compared
>
> .Ed
> The
> .Cm \&:M
> pattern suppresses any expansion of the unwanted variable.
2010a2032,2035
> .It Ic .STALE
> This target gets run when a dependency file contains stale entries, having
> .Va .ALLSRC
> set to the name of that dependency file.