Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make fix previous, the source isn't exactly crystal ...



details:   https://anonhg.NetBSD.org/src/rev/e08dc307a1c7
branches:  trunk
changeset: 755897:e08dc307a1c7
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jun 27 00:53:32 2010 +0000

description:
fix previous, the source isn't exactly crystal clear and there's a bug that
makes the behavior misleading.

diffstat:

 usr.bin/make/make.1 |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r e56eb9892bb8 -r e08dc307a1c7 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Jun 27 00:06:32 2010 +0000
+++ b/usr.bin/make/make.1       Sun Jun 27 00:53:32 2010 +0000
@@ -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 @ .



Home | Main Index | Thread Index | Old Index