Home | History | Annotate | Download | only in ramdisk
History log of /src/distrib/hp300/ramdisk/Makefile
RevisionDateAuthorComments
 1.34  24-Jan-2017  christos += for MAKEFS_FLAGS
 1.33  27-Dec-2015  christos branches: 1.33.2; 1.33.4;
Bump
 1.32  28-Apr-2013  tsutsui Fix yet another "openpty() failed" error during sysinst.

Prepare a new entry for ramdisk that includes ipty target in
etc.hp300/MAKEDEV.conf and use it in distrib/hp300/ramdisk/Makefile.
See also PR/46812, PR/47123, and PR/47774.

We could simply add "ipty" to MAKEDEVTARGETS as miniroot/Makefile does,
but it's better to shrink ramdisk size as much as possible.

Should be pulled up to both netbsd-6 and netbsd-6-0.
 1.31  23-Mar-2013  tsutsui Remove non-en translations. en is enough for poor Tier II ports.
 1.30  11-Feb-2010  roy branches: 1.30.6; 1.30.8; 1.30.12; 1.30.14;
Remove terminfo.db as it's now embedded in libterminfo.
 1.29  05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.28  24-Sep-2009  he Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
 1.27  20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.26  25-Jan-2009  abs Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.25  26-May-2008  he Bump ramdisk size from 1.5M to 1.6M to compensate for recent bloat.
 1.24  10-May-2007  dogcow branches: 1.24.12; 1.24.14; 1.24.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.23  23-Feb-2003  he Bump ramdisk image size from 1444k to 1500k.
 1.22  23-Jan-2003  jdolecek ramdisk image overflew, bump by 4K
 1.21  11-Nov-2002  gmcgarry More inodes for ramdisk
 1.20  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.19  26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.18  20-Apr-2002  gmcgarry Make all devices, bump ramdisk size, and fiddle with inode density.
 1.17  12-Apr-2002  lukem alpha sort some entries
 1.16  11-Apr-2002  lukem distrib/** consistency tweaks
 1.15  06-Apr-2002  tsutsui Set DBG=-Os for libhack.
 1.14  01-Apr-2002  lukem ensure all sysinst-using makefs generated images have at least 15 inodes free,
and be consistent how MAKEFS_FLAGS is defined.
 1.13  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.12  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.11  24-Mar-2002  lukem remove duplicate IMAGEDEPENDS entry
 1.10  12-Mar-2002  lukem cosmetic consistency tweak
 1.9  06-Mar-2002  lukem add more IMAGEDEPENDS, and some more cosmetic tweaks
 1.8  06-Mar-2002  lukem clarify why we avoid gethost.o from libhack
 1.7  06-Mar-2002  lukem replace ${_SRC_TOP_}/distrib with ${DISTRIBDIR}
 1.6  24-Feb-2002  lukem remove USE_SYSINST goop that was obviously copied from the i386 stuff
and unconditionally add the sysinst list to LISTS; the goop is only in
the i386 stuff because that has some ramdisks which don't use sysinst,
where here on the hp300 it's not an optional item :)
 1.5  23-Feb-2002  gmcgarry Trim the ramdisk down even smaller. Include the device files on
the ramdisk, since we don't have enough memory to dynamically build
/dev on mfs.
 1.4  13-Feb-2002  gmcgarry Make filesystem big endian.
 1.3  13-Feb-2002  gmcgarry List for ramdisk. Bump ramdisk size to 2MB.
 1.2  13-Feb-2002  gmcgarry Use the new ramdisk build infrastructure.
 1.1  10-Feb-2002  gmcgarry Skeleton for ramdisk-style installation media.
 1.24.16.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.24.14.1  04-Jun-2008  yamt sync with head
 1.24.12.2  05-Oct-2008  mjf Sync with HEAD.
 1.24.12.1  02-Jun-2008  mjf Sync with HEAD.
 1.30.14.1  29-Apr-2013  riz Pull up following revision(s) (requested by tsutsui in ticket #880):
etc/etc.hp300/MAKEDEV.conf: revision 1.14
distrib/hp300/ramdisk/Makefile: revision 1.32
Fix yet another "openpty() failed" error during sysinst.
Prepare a new entry for ramdisk that includes ipty target in
etc.hp300/MAKEDEV.conf and use it in distrib/hp300/ramdisk/Makefile.
See also PR/46812, PR/47123, and PR/47774.
We could simply add "ipty" to MAKEDEVTARGETS as miniroot/Makefile does,
but it's better to shrink ramdisk size as much as possible.
Should be pulled up to both netbsd-6 and netbsd-6-0.
 1.30.12.1  23-Jun-2013  tls resync from head
 1.30.8.1  29-Apr-2013  riz Pull up following revision(s) (requested by tsutsui in ticket #880):
etc/etc.hp300/MAKEDEV.conf: revision 1.14
distrib/hp300/ramdisk/Makefile: revision 1.32
Fix yet another "openpty() failed" error during sysinst.
Prepare a new entry for ramdisk that includes ipty target in
etc.hp300/MAKEDEV.conf and use it in distrib/hp300/ramdisk/Makefile.
See also PR/46812, PR/47123, and PR/47774.
We could simply add "ipty" to MAKEDEVTARGETS as miniroot/Makefile does,
but it's better to shrink ramdisk size as much as possible.
Should be pulled up to both netbsd-6 and netbsd-6-0.
 1.30.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.33.4.1  21-Apr-2017  bouyer Sync with HEAD
 1.33.2.1  20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed