| History log of /src/distrib/acorn32/kernels | 
    | Revision | Date | Author | Comments | 
| 1.15 | 08-May-2002 | lukem | branches:  1.15.34; - whitespace consistency cleanup
 - build (mdset/nm/strip) into ${filename} as one rule, and move ${filename}.gz
 into separate rule
 - rename MDSET.${filename}.nosymbols -> MDSET_NOSYMBOLS.${filename}
 - rename MDSET.${filename}.post -> MDSET_POST.${filename}, and don't do
 suffix handling here
 - rework suffix handling:
 - rename MDSET.${filename}.suffixes -> MDSET_SUFFIXES.${filename},
 and change from list of suffixes to list of "suffix cmdtobuildsuffix",
 where cmdtobuildsuffix is the name of the variable containing the
 command to build ${filename}.${suffix} (available as "${.TARGET}").
 - for each ${filename}.${suffix}, depend upon ${filename} and use
 ${cmdtobuildsuffix} to create the former.
 - add separate ${filename}.${suffix}.gz rule
 - mipsco & pmax: rename "install.gz" to "netbsd-INSTALL.gz", for
 consistency and so the target to build the mdset kernel doesn't get
 confused with general "install" target
 
 | 
| 1.14 | 02-May-2002 | lukem | 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}
 
 | 
| 1.13 | 26-Apr-2002 | lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version 
 | 
| 1.12 | 12-Apr-2002 | lukem | Makefile.mdset: replace
 TARGETS = KERNEL IMAGE [...]
 with
 MDTARGETS = KERNEL IMAGE FILENAME [...]
 If FILENAME is "-", use "netbsd.${KERNEL}" as the target filename
 
 The rest:
 Update for new MDTARGETS syntax.  In some cases, the kernel
 name from the "old" method will be used to override the default.
 
 | 
| 1.11 | 12-Apr-2002 | lukem | - don't pull in <bsd.prog.mk> in Makefile.mdset; do that in the caller instead - renamed optional post-strip action variable from ${KERNEL}.post to
 netbsd.${KERNEL}.post
 
 | 
| 1.10 | 11-Apr-2002 | lukem | convert to using distrib/common/Makefile.mdset 
 | 
| 1.9 | 11-Apr-2002 | lukem | s/_SRC_TOP/&_/ .   this typo is a monkey on my back ... :| 
 | 
| 1.8 | 10-Apr-2002 | lukem | tweak how distrib/Makefile.inc is pulled in 
 | 
| 1.7 | 07-Apr-2002 | lukem | don't need ../Makefile.inc anymore be consistent (with other distrib/* dirs) about temp file use
 
 | 
| 1.6 | 19-Mar-2002 | reinoud | When building the installation kernel make the resulting name of the installation kernel more friendlier to RISC OS.
 
 | 
| 1.5 | 12-Mar-2002 | reinoud | Created RAM discs are not versioned anymore .... 
 | 
| 1.4 | 06-Mar-2002 | lukem | remove unnecessary stuff 
 | 
| 1.3 | 06-Mar-2002 | lukem | replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc 
 | 
| 1.2 | 05-Mar-2002 | thorpej | Use ${PRINTOBJDIR}. 
 | 
| 1.1 | 25-Jan-2002 | reinoud | Create initial distribution directory for NetBSD/acorn32. There might be some unused stuff in there like the floppies but i've left them here for
 completion. They might be interesting to build one day too.
 
 | 
| 1.15.34.1 | 05-Oct-2008 | mjf | Sync with HEAD. 
 |