[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.14 and 1.15

version 1.14, 1997/04/18 03:49:48 version 1.15, 1997/04/27 21:38:25
Line 162 
Line 162 
   
 NLSMODE         National Language Support files mode. [${NONBINMODE}]  NLSMODE         National Language Support files mode. [${NONBINMODE}]
   
 STRIP           The flag passed to the install program to cause the binary  INSTALL_STRIP   The flag passed to the install program to cause the binary
                 to be stripped.  This is to be used when building your                  to be stripped.  This is to be used when building your
                 own install script so that the entire system can be made                  own install script so that the entire system can be made
                 stripped/not-stripped using a single knob. [-s]                  stripped/not-stripped using a single knob.  Note that
                   INSTALL_STRIP is not set if ${DEBUG} is defined. [-s]
   
 COPY            The flag passed to the install program to cause the binary  INSTALL_COPY    The old usage of this flag is obsolescent since install(1)
                 to be copied rather than moved.  This is to be used when                  now copies by default.  However, it can also be used to
                 building our own install script so that the entire system                  specify that a file not be copied unless it is different
                 can either be installed with copies, or with moves using                  (via the -p option).  See install(1) for details.  This
                 a single knob. [-c]                  is to be used when building our own install script so
                   that the entire system can either be installed with copies,
                   or copy-if-different using a single knob. [-c]
   
 Additionally, the following variables may be set by bsd.own.mk or in a  Additionally, the following variables may be set by bsd.own.mk or in a
 make configuration file to modify the behaviour of the system build  make configuration file to modify the behaviour of the system build

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15