diff options
| author | dsl <dsl@NetBSD.org> | 2003-12-07 20:46:44 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2003-12-07 20:46:44 +0000 |
| commit | 2bd419cb335d30f0454fed83ded4093617afea04 (patch) | |
| tree | cf2d9e746a7fdd0bb70723925f93b562f6202114 /usr.bin/make | |
| parent | 7da2fe51b3dd465ae1eaea1d43281dd450a2e570 (diff) | |
Add back 'on error' that got deleted by mistake.
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/make.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 82c512ff1b8..c9c996dd935 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.92 2003/12/07 20:30:28 dsl Exp $ +.\" $NetBSD: make.1,v 1.93 2003/12/07 20:46:44 dsl 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 November 7, 2003 +.Dd December 7, 2003 .Dt MAKE 1 .Os .Sh NAME @@ -124,6 +124,7 @@ Print debugging information about loop evaluation. Print the input graph before making anything. .It Ar "g2" Print the input graph after making everything, or before exiting +on error. .It Ar "g3" Print the input graph before exiting on error. .It Ar j |
