diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-19 16:41:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-19 16:41:37 +0000 |
commit | 246ba7d3a92f6fef0e5d9067d1f076f020d40413 (patch) | |
tree | bb1ea420af2aff061d0cb01a9a3add0c07831175 /usr.bin/make/PSD.doc | |
parent | 00669d60a6139ca6b9968040691a762a8af9fd5f (diff) |
Remove obsolete note about V7 Bourne Shell; espie@ OK
Diffstat (limited to 'usr.bin/make/PSD.doc')
-rw-r--r-- | usr.bin/make/PSD.doc/tutorial.ms | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 8d4e730cc2b..0a911bdef03 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -1,4 +1,4 @@ -.\" $OpenBSD: tutorial.ms,v 1.7 2004/07/19 11:42:42 espie Exp $ +.\" $OpenBSD: tutorial.ms,v 1.8 2004/07/19 16:41:36 millert Exp $ .\" $NetBSD: tutorial.ms,v 1.3 1996/03/06 00:15:31 christos Exp $ .\" Copyright (c) 1988, 1989 by Adam de Boor .\" Copyright (c) 1989 by Berkeley Softworks @@ -3168,17 +3168,6 @@ and .CW "set -e" , respectively. .LP -I should note that this specification is for Bourne Shells that are -not part of Berkeley -.UX , -as shells from Berkeley don't do error control. You can get a similar -effect, however, by changing the last three lines to be: -.DS - hasErrCtl=no \e - check="echo \e"+ %s\e"\en" \e - ignore="sh -c '%s || exit 0\en" -.DE -.LP This will cause Make to execute the two commands .DS echo "+ \fIcmd\fP" |