History log of /netbsd-src/distrib/alpha/instkernel/fdset/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# 2cd9ebc5 18-Dec-2018 martin <martin@NetBSD.org>

Bump number of floppies to 4


# 062b87f6 10-May-2004 ross <ross@NetBSD.org>

Fix install floppy overflow by going to a 3-floppy boot.
Fix the single-image overflow by just doubling the allowed size.


# 001c68bd 10-Jul-2003 lukem <lukem@NetBSD.org>

Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET

Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.

show more ...


# 094e12e6 14-May-2002 lukem <lukem@NetBSD.org>

consistently use "${INSTALLBOOT} -v ..."


# a73056a7 13-May-2002 matt <matt@NetBSD.org>

Fix Makefiles to refer to proper kernel name (again).


# 897d27df 04-May-2002 lukem <lukem@NetBSD.org>

- add support for [-s suffix] to buildfloppies.sh (defaults to "",
rather than the previous ".fs").
- add support for (optional) FLOPPYSUFFIX in Makefile.tarfloppy, and
use appropriately
- remove

- add support for [-s suffix] to buildfloppies.sh (defaults to "",
rather than the previous ".fs").
- add support for (optional) FLOPPYSUFFIX in Makefile.tarfloppy, and
use appropriately
- remove (now unnecessary) custom release targets in alpha/instkernel/*

show more ...


# ed8e534c 02-May-2002 lukem <lukem@NetBSD.org>

yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions tri

yet another distrib overhaul:
- move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib
(fixes problem caused by implicit include of ../Makefile.inc in certain
submake conditions triggered by makefiles not yet in tree)
- removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of
etc/Makefile to create all the release directories
- renamed RELINSTALL to RELEASE_INSTALL
- renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR
- renamed MDSETDIR to MDSET_RELEASEDIR
- removed ITARGET
- move release target from top level to appropriate subdirectory
- ensure release target has correct depends
- replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD
- Makefile.image: add realall: ${IMAGE}

show more ...


# 3d543522 30-Apr-2002 lukem <lukem@NetBSD.org>

convert instkernel/fdset into using NDWO Makefile.tarfloppy, which
allows UNPRIVED cross building of aforementioned directory


# 570b8f5f 26-Apr-2002 matt <matt@NetBSD.org>

Use the right name for the install kernel.


# 1d1d02da 05-Mar-2002 thorpej <thorpej@NetBSD.org>

Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.


# f44b8241 05-Mar-2002 thorpej <thorpej@NetBSD.org>

Use ${PRINTOBJDIR}.


# 0537ea52 09-Dec-2001 ross <ross@NetBSD.org>

simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required
by recent libutil changes; it's nicer this way in any case


# 597558f2 11-May-1999 veego <veego@NetBSD.org>

Add dummy targets for depend, includes, lint, regress and tags.


# 884b75e9 07-Apr-1999 cgd <cgd@NetBSD.org>

adjust for changes in alpha /usr/mdec files.


# 49ac8349 29-Oct-1998 ross <ross@NetBSD.org>

Fix bugs in the way the instkernel is compressed and in the prerequisite
names.


# 49039732 16-Oct-1998 ross <ross@NetBSD.org>

Components to new NetBSD/alpha integrated installer.