Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.README,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.README,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.196.4.3 retrieving revision 1.197 diff -u -p -r1.196.4.3 -r1.197 --- src/share/mk/bsd.README 2008/03/23 00:45:37 1.196.4.3 +++ src/share/mk/bsd.README 2007/10/06 00:21:44 1.197 @@ -1,4 +1,4 @@ -# bsd.README,v 1.196.4.2 2008/01/09 01:39:25 matt Exp +# $NetBSD: bsd.README,v 1.197 2007/10/06 00:21:44 ad Exp $ # @(#)bsd.README 8.2 (Berkeley) 4/2/94 This is the README file for the new (as of 1993) make "include" files @@ -141,12 +141,11 @@ MKDYNAMICROOT If "no", build programs in install the shared linker into /libexec. Default: yes -MKGCC If "no", don't build gcc(1) or any of the GCC-related +MKGCC If "no", don't build gcc(1) or any of the gcc-related libraries (libgcc, libobjc, libstdc++). Default: yes -MKGCCCMDS If "no", don't build gcc(1), but do build the GCC-related - libraries (libgcc, libobjc, libstdc++). +MKGCCCMDS If "no", don't build gcc(1). Default: yes MKGDB If "no", don't build gdb(1). @@ -208,17 +207,6 @@ MKMAN If "no", don't build or install t MKMANZ If not "no", compress manual pages at installation time. Default: no -MKMODULAR If "no", don't build the versions of modload(8), modstat(8) - and modunload(8) that use the new modules framework present - in the kernel (enabled separately using 'options MODULAR' - int the configuration file). Also don't build any other - stuff that may rely on this support, such as tests or kernel - modules. - Note: This flag will disappear when the new modules framework - is complete enough to replace the old LKM, effectively - switching it to "yes" by default. - Default: no - MKNLS If "no", don't build or install the NLS files and locale definition files. Default: yes @@ -250,10 +238,6 @@ MKPICLIB If "no", don't build *_pic.a li _pic.a library pointing to the .a library. Default: yes -MKPIE If "no", create regular executables. Otherwise create - PIE (Position Independent Executables). - Default: no - MKPOSTFIX If "no", don't build or install postfix(1). Default: yes @@ -335,7 +319,7 @@ USE_SKEY If "no", disables building S/ke support it. If ${MKSKEY} is "no", USE_SKEY will also be forced to "no". -USE_SSP If "no", disables GCC stack protection code, which +USE_SSP If "no", disables gcc stack protection code, which detects stack overflows and aborts the program. This imposes some performance penalty. Default: no @@ -529,7 +513,8 @@ USETOOLS Indicates whether the tools spe make(1) include files). OBJECT_FMT Object file format. [set to "ELF" on architectures that - use ELF -- currently all architectures]. + use ELF -- currently all architectures but ns32k, set to + "a.out" on ns32k]. TOOLCHAIN_MISSING If not "no", this indicates that the platform being built @@ -610,7 +595,7 @@ FILESGRP_ File group of the specific FILESMODE_ File mode of the specific file . -FILESDIR_ The location to install the specific file . +FILESDIR_ The location to install the specific file > FILESNAME_ Optional name to install as. @@ -625,8 +610,7 @@ UUDECODE_FILES List of files which are s The source files have a `.uue' suffix, the generated files do not. -UUDECODE_FILES_RENAME_ - Rename the output from the decode to the provided name. +UUDECODE_FILES_RENAME_fn Rename the output from the decode to the provided name. *NOTE: These files are simply decoded, with no install or other rule applying implicitly except being added to the clean