[BACK]Return to bsd.README CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.README between version 1.62 and 1.63

version 1.62, 2015/11/14 23:56:50 version 1.63, 2016/01/13 13:06:51
Line 232 
Line 232 
                 e.g., -Wall...) to compiles. [no]                  e.g., -Wall...) to compiles. [no]
   
 SUDO            Command to run when doing "make install" portion of  SUDO            Command to run when doing "make install" portion of
                 "make build".  If set to sudo, this allows one to run                  "make build".  If set to /usr/bin/doas, this allows one
                 "make build" as a user other than root (assuming sudo                  to run "make build" as a user other than root (assuming
                 is setup for that user).                  doas is setup for that user).
   
 PIPE            If set to "-pipe" gcc will be given the -pipe option  PIPE            If set to "-pipe" gcc will be given the -pipe option
                 which can speed up compiles on machines with memory                  which can speed up compiles on machines with memory

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63