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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/make.1 between version 1.9 and 1.10

version 1.9, 1995/06/14 15:19:37 version 1.10, 1995/11/02 23:54:57
Line 40 
Line 40 
 .Nd maintain program dependencies  .Nd maintain program dependencies
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm make  .Nm make
 .Op Fl eiknqrstv  .Op Fl Beiknqrstv
 .Op Fl D Ar variable  .Op Fl D Ar variable
 .Op Fl d Ar flags  .Op Fl d Ar flags
 .Op Fl f Ar makefile  .Op Fl f Ar makefile
Line 74  and makefiles, please refer to
Line 74  and makefiles, please refer to
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .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.
 .It Fl D Ar variable  .It Fl D Ar variable
 Define  Define
 .Ar variable  .Ar variable

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>