History log of /netbsd-current/etc/etc.prep/Makefile.inc
Revision Date Author Comments
# 1.9 17-Mar-2008 lukem

Convert all the etc/etc.*/Makefile.inc to use RELEASEDIR/RELEASEMACHINEDIR
just like etc/Makefile does.


# 1.8 24-Jul-2007 pavel

branches: 1.8.4; 1.8.10; 1.8.12; 1.8.14;
Add a comment reminding to update the release notes if the list of
kernels change.


# 1.7 20-Jun-2006 garbled

Build the INSTALL_SMALL kernel


# 1.6 03-Jan-2003 lukem

Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
"${RELEASEDIR}/...".

${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.


# 1.5 02-Dec-2002 lukem

- add snap_post, which makes "clean depend all release" in ../distrib/
for all platforms.
- remove now unnecessary replicated code in the various snap_md_post targets
- remove snap_md_pre; nothing uses it any more
- use ${NETBSDSRCDIR} and ${KERNSRCDIR} as appropriate


# 1.4 02-May-2002 lukem

- consistency cleanup
- ensure INSTALLATION_DIRS contains the appropriate extra directories
for a given platform


# 1.3 31-Mar-2002 bjh21

Add a MAKESUMS variable which invokes makesums with CKSUM in its environment.
Use this whenever we want to invoke makesums.


# 1.2 29-Nov-2001 thorpej

Change the way kernel sets are specified, and make them
more consistent. To quote the comment in etc/Makefile
that describes how it's done:

# This target builds the kernels specified by each port. A port may
# specify the following kernels:
#
# KERNEL_SETS The list of kernels that will be
# packaged into sets, named
# kern-${kernel}.tgz. These kernels
# are also placed in the binary/kernels
# area of the release package as
# netbsd-${kernel}.gz.
#
# EXTRA_KERNELS Additional kernels to place in the
# binary/kernels area of the release
# package as netbsd-${kernel}.gz, but
# which are not placed into sets. This
# allows a port to provide e.g. a netbootable
# installation kernel containing a ramdisk.
#
# BUILD_KERNELS Additional kernels to build which are
# not placed into sets nor into the
# binary/kernels area of the release
# package. These are typically kernels
# that are built for inclusion only in
# installation disk/CD-ROM/tape images.
#


# 1.1 16-Jan-2001 nonaka

Add prep installer


# 1.8.14.2 24-Jul-2007 pavel

Add a comment reminding to update the release notes if the list of
kernels change.


# 1.8.14.1 24-Jul-2007 pavel

file Makefile.inc was added on branch matt-mips64 on 2007-07-24 10:49:28 +0000


# 1.8.12.1 03-Apr-2008 mjf

Sync with HEAD.


# 1.8.10.1 24-Mar-2008 keiichi

sync with head.


# 1.8.4.1 22-Mar-2008 matt

sync with HEAD