Module Name: src Committed By: christos Date: Thu Sep 4 19:07:47 UTC 2014
Modified Files: src/usr.bin/make: make.1 Log Message: document commented out .INVISIBLE and .JOIN. To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/make.1 diff -u src/usr.bin/make/make.1:1.234 src/usr.bin/make/make.1:1.235 --- src/usr.bin/make/make.1:1.234 Thu Aug 28 15:55:00 2014 +++ src/usr.bin/make/make.1 Thu Sep 4 15:07:47 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.234 2014/08/28 19:55:00 sjg Exp $ +.\" $NetBSD: make.1,v 1.235 2014/09/04 19:07:47 christos 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 August 28, 2014 +.Dd September 4, 2014 .Dt MAKE 1 .Os .Sh NAME @@ -1996,10 +1996,12 @@ Target is never out of date, but always Ignore any errors from the commands associated with this target, exactly as if they all were preceded by a dash .Pq Ql \- . -.\" .It Ic .INVISIBLE -.\" XXX -.\" .It Ic .JOIN -.\" XXX +.It Ic .INVISIBLE +Target is not eligible to be added to the list of implicit sources for suffix +rules, or as a child dependency for a target. +.It Ic .JOIN +Target is a fake node which is considered out of date only if any of its +children ar out of date. .It Ic .MADE Mark all sources of this target as being up-to-date. .It Ic .MAKE