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 bug in section .ORDER of make.1



details:   https://anonhg.NetBSD.org/src/rev/e9f284415774
branches:  trunk
changeset: 765504:e9f284415774
user:      cheusov <cheusov%NetBSD.org@localhost>
date:      Sat May 28 21:53:54 2011 +0000

description:
fix bug in section .ORDER of make.1

diffstat:

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

diffs (27 lines):

diff -r e336dc012797 -r e9f284415774 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sat May 28 20:56:37 2011 +0000
+++ b/usr.bin/make/make.1       Sat May 28 21:53:54 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.191 2011/05/04 21:24:59 wiz Exp $
+.\"    $NetBSD: make.1,v 1.192 2011/05/28 21:53:54 cheusov 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 May 4, 2011
+.Dd May 29, 2011
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -1867,7 +1867,7 @@
 is built by another part of the dependency graph,
 the following is a dependency loop:
 .Bd -literal
-\&.ORDER: a b
+\&.ORDER: b a
 b: a
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index