[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.18 and 1.19

version 1.18, 1998/12/19 05:13:02 version 1.19, 1998/12/19 19:07:32
Line 219 
Line 219 
 DEBUG           Add -g to assembly and C compiler passes.  Also doesn't  DEBUG           Add -g to assembly and C compiler passes.  Also doesn't
                 set STRIP to -s per default if defined.                  set STRIP to -s per default if defined.
   
   SUDO            Command to run when doing "make install" portion of
                   "make build".  If set to sudo, this allows one to run
                   "make build" as a user other than root (assuming sudo
                   is setup for that user).
   
   PIPE            If set to "-pipe" gcc will be given the -pipe option
                   which can speed up compiles on machines with memory
                   to spare.  Instead of using temp files, gcc uses pipes
                   for the temporary data.
   
 bsd.own.mk is generally useful when building your own Makefiles so that  bsd.own.mk is generally useful when building your own Makefiles so that
 they use the same default owners etc. as the rest of the tree.  they use the same default owners etc. as the rest of the tree.
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19