summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-03-31 11:40:53 +0000
committerharti <harti@FreeBSD.org>2005-03-31 11:40:53 +0000
commitbf21be6c028410767b09b4755acb72b254e317d8 (patch)
tree9f47a0934f0247c5e996327eb8848f6c55f2ab89 /usr.bin/make/make.1
parent800d083cdf4d1bf9984ca8b200a2bfbe9313ca55 (diff)
downloadFreeBSD-src-bf21be6c028410767b09b4755acb72b254e317d8.zip
FreeBSD-src-bf21be6c028410767b09b4755acb72b254e317d8.tar.gz
Document the new -A flag for ignoring archive errors.
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index c5950bb..ac77ac3 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -32,7 +32,7 @@
.\" @(#)make.1 8.8 (Berkeley) 6/13/95
.\" $FreeBSD$
.\"
-.Dd January 26, 2005
+.Dd March 30, 2005
.Dt MAKE 1
.Os
.Sh NAME
@@ -40,7 +40,7 @@
.Nd maintain program dependencies
.Sh SYNOPSIS
.Nm
-.Op Fl BPSXeiknqrstv
+.Op Fl ABPSXeiknqrstv
.Op Fl C Ar directory
.Op Fl D Ar variable
.Op Fl d Ar flags
@@ -83,6 +83,9 @@ and makefiles, please refer to
.Pp
The options are as follows:
.Bl -tag -width Ds
+.It Fl A
+Make archive errors non-fatal, causing make just to skip the remainder
+or all of the archive and continue after printing a message.
.It Fl B
Try to be backwards compatible by executing a single shell per command and
by executing the commands to make the sources of a dependency line in sequence.
OpenPOWER on IntegriCloud