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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.README between version 1.247 and 1.248

version 1.247, 2009/02/25 20:36:45 version 1.248, 2009/03/13 16:23:31
Line 938  LIB  The name of the library to build.
Line 938  LIB  The name of the library to build.
   
 LIBDIR          Target directory for libraries.  LIBDIR          Target directory for libraries.
   
   MKARZERO        Normally, ar(1) sets the timestamps, uid, gid and
                   permissions in files inside its archives to those of
                   the file it was fed. This leads to non-reproduceable
                   builds. If MKARZERO is set to "yes" (default is "no")
                   then the "D" flag is passed to ar, causing the
                   timestamp, uid and gid to be zeroed and the file
                   permissions to be set to 644. This allows .a files
                   from different builds to be bit identical.
   
 SHLIBINSTALLDIR Target directory for shared libraries if ${USE_SHLIBDIR}  SHLIBINSTALLDIR Target directory for shared libraries if ${USE_SHLIBDIR}
                 is not "no".                  is not "no".
   

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.248

CVSweb <webmaster@jp.NetBSD.org>