Module Name: src Committed By: dholland Date: Sun Jun 27 00:53:32 UTC 2010
Modified Files: src/usr.bin/make: make.1 Log Message: fix previous, the source isn't exactly crystal clear and there's a bug that makes the behavior misleading. To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 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.177 src/usr.bin/make/make.1:1.178 --- src/usr.bin/make/make.1:1.177 Sun Jun 27 00:06:32 2010 +++ src/usr.bin/make/make.1 Sun Jun 27 00:53:32 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.177 2010/06/27 00:06:32 dholland Exp $ +.\" $NetBSD: make.1,v 1.178 2010/06/27 00:53:32 dholland Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -616,8 +616,6 @@ The file prefix of the target, containing only the file portion, no suffix or preceding directory components; also known as .Ql Va * . -This is the string that was left over when matching a particular -suffix rule and is not defined in explicit rules. .It Va .TARGET The name of the target; also known as .Ql Va @ .