Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.bin/make Pull up revision 1.110 (requested by rpaulo ...



details:   https://anonhg.NetBSD.org/src/rev/f0723b88fdd9
branches:  netbsd-3
changeset: 576394:f0723b88fdd9
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 16:22:47 2005 +0000

description:
Pull up revision 1.110 (requested by rpaulo in ticket #491):
We now support comments until the end of a non-escaped line.
Ok'ed by hubertf.

diffstat:

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

diffs (18 lines):

diff -r 3552b1e4fe7b -r f0723b88fdd9 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sat Jul 02 16:22:28 2005 +0000
+++ b/usr.bin/make/make.1       Sat Jul 02 16:22:47 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.105.2.2 2005/06/16 09:53:24 tron Exp $
+.\"    $NetBSD: make.1,v 1.105.2.3 2005/07/02 16:22:47 tron Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1245,7 +1245,7 @@
 Comments begin with a hash
 .Pq Ql \&#
 character, anywhere but in a shell
-command line, and continue to the end of the line.
+command line, and continue to the end of a non-escaped line.
 .Sh SPECIAL SOURCES (ATTRIBUTES)
 .Bl -tag -width .IGNOREx
 .It Ic .EXEC



Home | Main Index | Thread Index | Old Index