[BACK]Return to make.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/make.1 between version 1.139 and 1.140

version 1.139, 2023/01/17 13:03:22 version 1.140, 2023/07/08 18:02:00
Line 44 
Line 44 
 .Op Fl d Ar flags  .Op Fl d Ar flags
 .Op Fl f Ar mk  .Op Fl f Ar mk
 .Op Fl I Ar directory  .Op Fl I Ar directory
 .Op Fl j Ar max_processes  .Op Fl j Ar max_jobs
 .Op Fl m Ar directory  .Op Fl m Ar directory
 .Op Fl V Ar variable  .Op Fl V Ar variable
 .Op Ar NAME Ns = Ns Ar value ...  .Op Ar NAME Ns = Ns Ar value ...
Line 154 
Line 154 
 Try to be backwards compatible by executing the commands to make  Try to be backwards compatible by executing the commands to make
 the prerequisites in a target rule in sequence.  the prerequisites in a target rule in sequence.
 This is the default, in the absence of  This is the default, in the absence of
 .Fl j Ar max_processes .  .Fl j Ar max_jobs .
 .It Fl C Ar directory  .It Fl C Ar directory
 Enter  Enter
 .Ar directory  .Ar directory
Line 241 
Line 241 
 Furthermore, the system include path (see the  Furthermore, the system include path (see the
 .Fl m  .Fl m
 option) will be used after this search path.  option) will be used after this search path.
 .It Fl j Ar max_processes  .It Fl j Ar max_jobs
 Specify the maximum number of processes that  Specify the maximum number of jobs that
 .Nm  .Nm
 may have running at any one time.  may have running at any one time.
   See the discussion about recursive invocations under
   .Sx BUGS .
 .It Fl m Ar directory  .It Fl m Ar directory
 Specify a directory in which to search for system include files:  Specify a directory in which to search for system include files:
 .Pa sys.mk  .Pa sys.mk

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140