NetBSD/distrib/common
lukem ed56ec3a05 Rework how SMALLPROG was being used and how INET6 support was enabled.
There's two variables added to Makefile.crunch:

    SMALLPROG		If 1, add SMALLPROG=1 to CRUNCHENV.  [default: 1]
			This can be used by various Makefiles to
			determine if a `small' version of the program
			is required.

    SMALLPROG_INET6	If 1 and SMALLPROG == 1, add SMALLPROG_INET6=1
			to CRUNCHENV.  [default: 0]
			This can be used by various Makefiles to
			determine if the `small' version has INET6
			support enabled.

Only enable SMALLPROG_INET6 for programs on the ramdisks that have INET6 in
the appropriate kernel, and cleanup INET6 setting.
(Note: this means that sysinst won't get INET6 support if the kernel
it's running on doesn't have it).

This change saves a fair bit of space on various install images
(including i386 ramdisk-{ps2,small,tiny}) that didn't have INET6 in
the kernel but were unconditionally getting INET6 support in their tools.
2002-10-17 02:05:35 +00:00
..
MAKEDEV.wrapper rcsid police 2002-02-08 05:17:49 +00:00
Makefile.crunch Rework how SMALLPROG was being used and how INET6 support was enabled. 2002-10-17 02:05:35 +00:00
Makefile.distrib yet another distrib overhaul: 2002-05-02 18:02:14 +00:00
Makefile.image only provide targets for ${WORKSPEC} and ${WORKBUILT} if non are provided. 2002-05-09 09:21:25 +00:00
Makefile.makedev correct a comment 2002-06-01 16:22:54 +00:00
Makefile.mdset Use _KERNEL.${_K}.${_F} instead of _KERNEL.${_K}, as this allows 2002-10-14 16:16:09 +00:00
Makefile.parselist replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version 2002-04-26 15:50:21 +00:00
Makefile.tarfloppy Use release:: instead of release: when multiple release targets may exist 2002-05-07 03:34:16 +00:00
buildfloppies.sh - add support for [-s suffix] to buildfloppies.sh (defaults to "", 2002-05-04 01:34:36 +00:00
list.makedev replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version 2002-04-26 15:50:21 +00:00
list.sysinst use ${DISTRIBDIR} instead of ${_SRC_TOP_}/distrib 2002-04-12 02:07:15 +00:00
makedev2spec.awk When matching "?" and "*" in a regexp, put backslashes before them 2002-03-31 01:09:44 +00:00
mtree.common - cleanup image device creation: add Makefile.makedev & list.makedev, 2002-02-08 02:18:53 +00:00
mtree.dot provide common/mtree.dot (contains entry for ". type=dir ...") , and 2002-05-03 14:20:54 +00:00
parselist.awk Don't escape constructs like ${FOO} in printf statements. awk doesn't 2002-09-16 02:13:16 +00:00