=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/make/make.1 1995/12/14 03:23:34 1.3 --- src/usr.bin/make/make.1 1995/12/17 13:42:00 1.4 *************** *** 1,4 **** ! .\" $NetBSD: make.1,v 1.11 1995/11/08 02:31:00 christos Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" --- 1,4 ---- ! .\" $NetBSD: make.1,v 1.12 1995/12/16 05:03:09 christos Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" *************** *** 788,793 **** --- 788,799 ---- .Ic .USE target's commands are appended to them. + .It Ic .WAIT + If special + .Ic .WAIT + source is appears in a dependency line, the sources that precede it are + made before the sources that succeed it in the line. Loops are not being + detected and targets that form loops will be silently ignored. .El .Sh "SPECIAL TARGETS" Special targets may not be included with other targets, i.e. they must be *************** *** 836,841 **** --- 842,861 ---- .Fl f option will have no effect. + .\" XXX: NOT YET!!!! + .\" .It Ic .NOTPARALLEL + .\" The named targets are executed in non parallel mode. If no targets are + .\" specified, then all targets are executed in non parallel mode. + .It Ic .NOTPARALLEL + Disable parallel mode. + .It Ic .NO_PARALLEL + Same as above, for compatibility with other pmake variants. + .It Ic .ORDER + The named targets are made in sequence. + .\" XXX: NOT YET!!!! + .\" .It Ic .PARALLEL + .\" The named targets are executed in parallel mode. If no targets are + .\" specified, then all targets are executed in parallel mode. .It Ic .PATH The sources are directories which are to be searched for files not found in the current directory.