[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.248 and 1.249

version 1.248, 2009/03/13 16:23:31 version 1.249, 2009/04/10 16:16:12
Line 1024  Libraries are ranlib'd when made.
Line 1024  Libraries are ranlib'd when made.
 The include file <bsd.links.mk> handles the LINKS and SYMLINKS variables  The include file <bsd.links.mk> handles the LINKS and SYMLINKS variables
 and is included from from <bsd.lib.mk> and <bsd.prog.mk>.  and is included from from <bsd.lib.mk> and <bsd.prog.mk>.
   
   LINKSOWN, LINKSGRP, and LINKSMODE, are relevant only if a metadata log
   is used. The defaults may be modified by other bsd.*.mk files which
   include bsd.links.mk.  In the future, these variables may be replaced
   by a method for explicitly recording hard links in a metadata log.
   
 LINKS           The list of hard links, consisting of pairs of paths:  LINKS           The list of hard links, consisting of pairs of paths:
                         source-file target-file                          source-file target-file
                 ${DESTDIR} is prepended to both paths before linking.                  ${DESTDIR} is prepended to both paths before linking.
Line 1045  CONFIGSYMLINKS Similar semantics to SYML
Line 1050  CONFIGSYMLINKS Similar semantics to SYML
                 are installed by the `configinstall' target,                  are installed by the `configinstall' target,
                 not the `install' target.                  not the `install' target.
   
   LINKSOWN        Link owner.  [${BINOWN}]
   
   LINKSGRP        Link group.  [${BINGRP}]
   
   LINKSMODE       Link mode.  [${NONBINMODE}]
   
   LINKSOWN_<fn>   Link owner of the specific file <fn>.
   
   LINKSGRP_<fn>   Link group of the specific file <fn>.
   
   LINKSMODE_<fn>  Link mode of the specific file <fn>.
   
   
 =-=-=-=-=   bsd.man.mk   =-=-=-=-=  =-=-=-=-=   bsd.man.mk   =-=-=-=-=
   

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

CVSweb <webmaster@jp.NetBSD.org>