History log of /netbsd-current/etc/etc.atari/Makefile.inc
Revision Date Author Comments
# 1.19 24-Jan-2009 abs

Move ATARITT and FALCON to the main list of kernels


# 1.18 24-Jan-2009 he

Follow up the rename of BOOT to SMALL030, and the removal of BOOTX.


# 1.17 17-Mar-2008 lukem

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


# 1.16 24-Jul-2007 pavel

branches: 1.16.4; 1.16.10; 1.16.12; 1.16.14;
Add a comment reminding to update the release notes if the list of
kernels change.


# 1.15 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.14 02-Dec-2002 lukem

consistency tweaks


# 1.13 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.12 30-May-2002 leo

Also do a 'make release' for the prepare.fs and sysinst.fs images.


# 1.11 02-May-2002 lukem

branches: 1.11.2;
- consistency cleanup
- ensure INSTALLATION_DIRS contains the appropriate extra directories
for a given platform


# 1.10 16-Apr-2002 leo

Build as sets:
- BOOT : TT030/Falcon
- HADES : Hades
- MILAN-ISAIDE,MILAN-PCIIDE: Milan

Fixes PR-16366


# 1.9 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.8 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.7 04-Nov-2000 leo

Commit this on HEAD as intended....

Add and md_post rule that handles the miniroot and notes goop.


# 1.6 07-Jun-1999 leo

branches: 1.6.8;
Add FALCON to EXTRA_KERNELS.


# 1.5 04-Feb-1999 cjs

Update all this crap so that `make snapshot' makes snapshots in release(7)
format, rather than in some unknown format. Also clean up the code a bit,
remove some code duplication, and add documentation to the Makefile.


# 1.4 09-Oct-1998 itohy

Use "${MAKE}" instead of "make" for cross compilation.


# 1.3 28-Jun-1998 fair

These commits do two things:

1. Provide a consistent and extensible framework for compiling
kernels for the "make snapshot" target.

2. Add OBJDIR support for the "make snapshot" target, in the form
of three new make variables: KERNOBJDIR, KERNSRCDIR, and KERNCONFDIR.
Default values are in the Makefile.inc, and for OBJDIR they should
be defined in /etc/mk.conf as

KERNSRCDIR=${BSDSRCDIR}/sys
KERNOBJDIR=${BSDOBJDIR}/sys/arch/${MACHINE}/compile

The next step is to make a new target in the src/etc/Makefile for "release"
(or something like that) to make release(7) format files.


# 1.2 29-Oct-1997 leo

Remove uses of config.new (Bernd Ernesti) and do some cleanups to match
reality.


# 1.1 29-Mar-1995 leo

branches: 1.1.1;
Initial revision


# 1.1.1.1 29-Mar-1995 leo

branches: 1.1.1.1.4;
NetBSD/Atari, port by Leo Weppelman.


# 1.1.1.1.4.1 29-Oct-1997 mellon

Pull rev 1.2 up from trunk


# 1.6.8.1 04-Nov-2000 leo

Add and md_post rule that handles the miniroot and notes goop.


# 1.11.2.1 01-Jun-2002 tv

Pull up revision 1.12 (requested by leo in ticket #111):
Also do a 'make release' for the prepare.fs and sysinst.fs images.


# 1.16.14.2 24-Jul-2007 pavel

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


# 1.16.14.1 24-Jul-2007 pavel

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


# 1.16.12.1 03-Apr-2008 mjf

Sync with HEAD.


# 1.16.10.1 24-Mar-2008 keiichi

sync with head.


# 1.16.4.1 22-Mar-2008 matt

sync with HEAD


# 1.17.6.2 25-Jan-2009 snj

Pull up following revision(s) (requested by abs in ticket #320):
distrib/notes/common/contents: revision 1.147
etc/etc.atari/Makefile.inc: revision 1.19
Move ATARITT and FALCON to the main list of kernels


# 1.17.6.1 25-Jan-2009 snj

Pull up following revision(s) (requested by abs in ticket #320):
distrib/notes/common/contents: revision 1.145
etc/etc.atari/Makefile.inc: revision 1.18
Follow up the rename of BOOT to SMALL030, and the removal of BOOTX.