diff options
| author | sjg <sjg@NetBSD.org> | 2016-05-10 23:45:45 +0000 |
|---|---|---|
| committer | sjg <sjg@NetBSD.org> | 2016-05-10 23:45:45 +0000 |
| commit | fa844caf4883587cb200e7deff4cff5a9c00ba48 (patch) | |
| tree | bb35f1808b20296ed6944541959a51f7786c81f1 /usr.bin/make/make.1 | |
| parent | d19b08db388f725d8b95041134bbd52847992cab (diff) | |
Allow for ignoring paths that match a set of patterns.
This can be expensive, so use with caution.
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 77447983374..d9ca1ce73a3 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.256 2016/03/16 00:19:01 sjg Exp $ +.\" $NetBSD: make.1,v 1.257 2016/05/10 23:45:45 sjg Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd February 19, 2016 +.Dd May 10, 2016 .Dt MAKE 1 .Os .Sh NAME @@ -913,6 +913,9 @@ Provides a list of path prefixes that should be ignored; because the contents are expected to change over time. The default list includes: .Ql Pa /dev /etc /proc /tmp /var/run /var/tmp +.It Va .MAKE.META.IGNORE_PATTERNS +Provides a list of patterns to match against pathnames. +Ignore any that match. .It Va .MAKE.META.PREFIX Defines the message printed for each meta file updated in "meta verbose" mode. The default value is: |
