Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Document the FILESBUILD variable, which was added in



details:   https://anonhg.NetBSD.org/src/rev/7a5230674f4e
branches:  trunk
changeset: 769416:7a5230674f4e
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Sep 09 10:08:14 2011 +0000

description:
Document the FILESBUILD variable, which was added in
bsd.files.mk revision 1.41 dated 2010-02-03.

diffstat:

 share/mk/bsd.README |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 100b72f71a8e -r 7a5230674f4e share/mk/bsd.README
--- a/share/mk/bsd.README       Thu Sep 08 22:06:54 2011 +0000
+++ b/share/mk/bsd.README       Fri Sep 09 10:08:14 2011 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index