History log of /netbsd-current/distrib/mac68k/Makefile
Revision Date Author Comments
# 1.8 25-Mar-2004 jmc

branches: 1.8.32;
Add stand to directory list


# 1.7 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.6 09-Apr-2002 lukem

take advantage of TARGETS+=release


# 1.5 04-Mar-2002 shiba

Clean up make release procedure. But just make through
in distrib/mac68k/miniroot.

Reviewed by fredb, briggs


# 1.4 17-Dec-1999 fredb

Changes to mac68k instkernel

- - Don't descend into miniroot. This permits "make clean" and "make obj"
from within /usr/src/distrib to succeed.
- - Don't strip the install kernel--I need this to boot.
- - Add release target, for use by "make release" in top level src dir.
- - Ramdisk now builds in "notes" dir before reaching into it.
- - Ramdisk unconfigures vnd when make is interrupted, by Ctl-C, for example.
It would be nice to unconfigure the vnd device if the make fails for any
reason, but I can't figure out how to do that.


# 1.3 26-Mar-1999 ender

branches: 1.3.2; 1.3.6;
NetBSD/mac68k installation kernel for use with sysinst.
Based on NetBSD/alpha instkernel.


# 1.2 22-Sep-1997 scottr

Remove obsolete miniroot configuration.


# 1.1 17-Jul-1995 briggs

Add some distribution stuff. There's a lot left to be done. This is
pieced together from the Atari and i386 stuff and builds a 1MB image
suitable for use with RB_MINIROOT...


# 1.3.6.1 27-Dec-1999 wrstuden

Pull up to last week's -current.


# 1.3.2.1 08-Jan-2000 he

Pull up revision 1.4 (requested by fredb):
Build the mac68k instkernel (bootable sysinstall), and include
it in the standard release.


# 1.8.32.1 05-Oct-2008 mjf

Sync with HEAD.