[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.115 and 1.116

version 1.115, 2014/07/16 14:11:50 version 1.116, 2014/10/20 07:27:46
Line 1228 
Line 1228 
 .Pp  .Pp
 Loops and conditional expressions may nest arbitrarily, but  Loops and conditional expressions may nest arbitrarily, but
 they may not cross include file boundaries.  they may not cross include file boundaries.
   .Pp
   .Nm
   also supports
   .Ic sinclude
   and
   .Ic -include
   for compatibility with other implementations.
   Both use the same syntax:
   .Bd -unfilled -offset indent
   .Ic sinclude Pa file
   .Ic -include Pa file
   .Ed
   .Pp
   .Po
   note no quotes around
   .Pa file
   .Pc
   and will include
   .Pa file ,
   but without any error if it does not exist.
 .Sh COMMENTS  .Sh COMMENTS
 Comments begin with a hash  Comments begin with a hash
 .Pq Ql \&#  .Pq Ql \&#

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116