[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.37 and 1.38

version 1.37, 1999/10/08 20:13:42 version 1.38, 2000/02/08 12:56:28
Line 1026  command in the file.
Line 1026  command in the file.
 .It Ic .SUFFIXES  .It Ic .SUFFIXES
 Each source specifies a suffix to  Each source specifies a suffix to
 .Nm "" .  .Nm "" .
 If no sources are specified, any previous specified suffices are deleted.  If no sources are specified, any previous specified suffixes are deleted.
 .El  .El
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Nm  .Nm
Line 1036  utilizes the following environment varia
Line 1036  utilizes the following environment varia
 .Ev MAKE ,  .Ev MAKE ,
 .Ev MAKEFLAGS ,  .Ev MAKEFLAGS ,
 .Ev MAKEOBJDIR ,  .Ev MAKEOBJDIR ,
   .Ev MAKEOBJDIRPREFIX ,
 and  and
 .Ev PWD .  .Ev PWD .
   
   If
   .Ev MAKEOBJDIRPREFIX
   is set, then
   .Nm
   will
   .Xr chdir 2
   to ${MAKEOBJDIRPREFIX}${.CURDIR} if it exists.
   Otherwise if
   .Ev MAKEOBJDIR
   and the named directory exists
   .Nm
   will
   .Xr chdir 2
   to it.
   These actions are taken before any makefiles are read which is why they
   need to be set in the environment.
 .Sh FILES  .Sh FILES
 .Bl -tag -width /usr/share/mk -compact  .Bl -tag -width /usr/share/mk -compact
 .It .depend  .It .depend

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>