diff options
| author | christos <christos@NetBSD.org> | 1998-08-06 13:42:22 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1998-08-06 13:42:22 +0000 |
| commit | 8bd03e9aabf975501a06b0deade7cbfda021925d (patch) | |
| tree | 5042853da01f2287b7d67d98f078bf612e7d1341 /usr.bin/make/make.1 | |
| parent | 02c9ad175596e047b6af926d46beeee6470676b4 (diff) | |
- Add {.,}[s-]include for silent include file failures
- Make traditional include statement include more than one file if present
on the line.
Keeping up with the other's :-)
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 76a4ff28d4b..beeb5c6b08f 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.27 1998/04/01 14:18:10 christos Exp $ +.\" $NetBSD: make.1,v 1.28 1998/08/06 13:42:22 christos Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -618,6 +618,14 @@ directories specified using the .Fl I option are searched before the system makefile directory. +For compatibility with other versions of +.Nm +.Ql include file ... +is also accepted. If the include statement is prefixed with a +.Fl - +or an +.Fl s +then errors locating and/or opening include files are ignored. .Pp Conditional expressions are also preceded by a single dot as the first character of a line. |
