Module Name: src Committed By: apb Date: Fri Sep 9 10:08:14 UTC 2011
Modified Files: src/share/mk: bsd.README Log Message: Document the FILESBUILD variable, which was added in bsd.files.mk revision 1.41 dated 2010-02-03. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 src/share/mk/bsd.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.README diff -u src/share/mk/bsd.README:1.284 src/share/mk/bsd.README:1.285 --- src/share/mk/bsd.README:1.284 Thu Jun 30 18:13:51 2011 +++ src/share/mk/bsd.README Fri Sep 9 10:08:14 2011 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.README,v 1.284 2011/06/30 18:13:51 matt Exp $ +# $NetBSD: bsd.README,v 1.285 2011/09/09 10:08:14 apb Exp $ # @(#)bsd.README 8.2 (Berkeley) 4/2/94 This is the README file for the make "include" files for the NetBSD @@ -857,6 +857,10 @@ FILESNAME_<fn> Optional name to install <fn> as. +FILESBUILD If this variable is defined, then its value will be + used as the default for all FILESBUILD_<fn> variables. + Otherwise, the default will be "no". + FILESBUILD_<fn> A value different from "no" will add the file to the list of targets to be built by `realall'. Users of that variable should provide a target to build the file.