| History log of /src/distrib/mvme68k/ramdisk/Makefile | 
    | Revision |  | Date | Author | Comments | 
| 1.29 |  | 23-Jan-2015 | chs | increase ramdisk size for gcc48. 
 | 
| 1.28 |  | 20-Sep-2009 | abs | branches:  1.28.26; ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
 ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 
 | 
| 1.27 |  | 25-Jan-2009 | abs | Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
 
 | 
| 1.26 |  | 14-May-2008 | he | Bump ramdisk size to compensate for recent bloat. 
 | 
| 1.25 |  | 10-May-2007 | dogcow | branches:  1.25.12;  1.25.14;  1.25.16; Since /etc/services has gotten rather large, use a minimal one for install
 kernels. (mount_nfs is notably the only binary that doesn't gracefully deal
 with the lack of an /etc/services file, it appears.)
 
 | 
| 1.24 |  | 21-May-2004 | he | Bump ramdisk size from 800k to 900k so the contents fit again. 
 | 
| 1.23 |  | 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.22 |  | 26-Apr-2002 | lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version 
 | 
| 1.21 |  | 12-Apr-2002 | lukem | minor NDWO consistency tweak 
 | 
| 1.20 |  | 06-Apr-2002 | tsutsui | Set DBG=-Os for libhack. 
 | 
| 1.19 |  | 28-Mar-2002 | lukem | - Be consistent how libhack is used: If extra HACKOBJS (e.g., gethost.o) are required, define them before pulling in libhack/Makefile.inc so that the
 dependencies work correctly.
 - Other minor cleanups
 
 | 
| 1.18 |  | 26-Mar-2002 | lukem | as this uses libhack, copy in a useful etc/master.passwd rather than an unused etc/passwd
 
 | 
| 1.17 |  | 25-Mar-2002 | lukem | Disable libhack's gethost.o (replacement gethostby{name,addr}()) by default, as they only support reading /etc/hosts, and its the "least useful" of
 the libhack routines.  Add gethost.o back to Really Small media which
 appears to need the space savings.
 
 | 
| 1.16 |  | 24-Mar-2002 | lukem | - use ${_SRC_TOP_} instead of ${CURDIR}/../../../ [../../] - fix IMAGEDEPENDS; it should contain at least all the COPY items from list
 
 | 
| 1.15 |  | 24-Mar-2002 | scw | Use the new makefs(8)-based ramdisk build procedure to build the installation/recovery boot image.
 
 | 
| 1.14 |  | 23-Jan-2002 | scw | Make this work again. 
 | 
| 1.13 |  | 21-Oct-2001 | jmc | Convert to using ${MDSETIMAGE}. 
 Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have
 it overriden as needed for cross/-current builds.
 
 | 
| 1.12 |  | 21-Oct-2001 | chs | make this work with obj dirs. 
 | 
| 1.11 |  | 13-Oct-2001 | jmc | Add MTREE?= to add Makefiles and use  when running mtree 
 | 
| 1.10 |  | 24-Nov-2000 | scw | Speeling fix. 
 | 
| 1.9 |  | 24-Nov-2000 | scw | Up the ramdisk size to 1024 blocks. 
 | 
| 1.8 |  | 01-Nov-2000 | garbled | Change all ocurrences of "crunchgen" to ${CRUNCHGEN} 
 | 
| 1.7 |  | 30-Aug-2000 | jhawk | Use ${MAKE}
 instead of
 make
 
 | 
| 1.6 |  | 02-May-2000 | sjg | branches:  1.6.4; use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 
 | 
| 1.5 |  | 11-May-1999 | veego | Sync with the recent crunchgen changes. - Remove *.cro files and not the obsoleted *.lo files.
 
 From Bill Studenmund commit message:
 > 3) Generate .cro files rather than .lo files. .lo now is used for "local
 > objects" - obj's for the host machine not the target machine.
 
 | 
| 1.4 |  | 04-Mar-1999 | wrstuden | Modify all calls to newfs in ramdisk/miniroot creation to include the needed endianism of the architecture. One step towards cross-building
 releases.
 
 Not touched are newfs calls in install scripts as they run on the desired
 machine and thus default correctly.
 
 | 
| 1.3 |  | 05-Sep-1998 | lukem | distclean is a synonym for cleandir 
 | 
| 1.2 |  | 26-Jan-1998 | bad | We don't need to manually flush the buffer cache after ``vnconfig -u'' anymore.
 
 | 
| 1.1 |  | 17-Dec-1997 | scw | mvme68k installation ramdisk config files. 
 | 
| 1.6.4.2 |  | 25-Mar-2002 | he | Apply patch (requested by he): Introduce dependency between ramdisk/miniroot construction and
 osrelease.sh, to better support UPDATE builds of releases.
 
 | 
| 1.6.4.1 |  | 25-Jun-2001 | he | Apply patch (requested by scw): Bump the miniroot size to fit larger embedded image.
 
 | 
| 1.25.16.1 |  | 23-Jun-2008 | wrstuden | Sync w/ -current. 34 merge conflicts to follow. 
 | 
| 1.25.14.1 |  | 18-May-2008 | yamt | sync with head. 
 | 
| 1.25.12.2 |  | 05-Oct-2008 | mjf | Sync with HEAD. 
 | 
| 1.25.12.1 |  | 02-Jun-2008 | mjf | Sync with HEAD. 
 | 
| 1.28.26.1 |  | 04-Feb-2015 | snj | Pull up following revision(s) (requested by chs in ticket #484): distrib/mvme68k/ramdisk/Makefile: revision 1.29
 sys/arch/mvme68k/conf/RAMDISK: revision 1.30
 increase ramdisk size for gcc48.
 
 |