History log of /netbsd-src/distrib/sun2/ramdisk/Makefile (Results 1 – 25 of 28)
Revision Date Author Comments
# 1f259ef1 17-May-2024 christos <christos@NetBSD.org>

Add /dev/pipe to the spec list using IMAGESPECEXTRA


# f253073a 18-Jun-2021 mrg <mrg@NetBSD.org>

make this build with GCC 10.

change makefs flags from:
density=2048
to:
density=3072,bsize=4096,fsize=512,optimization=space

so that everything fits again. add some comment GCC flags
that ma

make this build with GCC 10.

change makefs flags from:
density=2048
to:
density=3072,bsize=4096,fsize=512,optimization=space

so that everything fits again. add some comment GCC flags
that may help reduce size a little more.

show more ...


# 6390772e 01-Mar-2021 martin <martin@NetBSD.org>

Drop IEEE802.11 support from the ramdisk's ifconfig(8)


# 009f8e31 24-Jan-2017 christos <christos@NetBSD.org>

+= for MAKEFS_FLAGS


# 7c0a299a 27-Aug-2014 christos <christos@NetBSD.org>

mark fstab .PHONY to prevent it being re-made from fstab.c in suffix rules.


# bdf4da2b 20-Sep-2009 abs <abs@NetBSD.org>

Nothing needs disktab anymore, so we'd rather have an inode and
slightly over 1K of space on install media...


# 52f8f067 20-Sep-2009 abs <abs@NetBSD.org>

Move sun2, sun3 & x68k across to the common distrib etc/services, and
while here reduce it from 1180 to 794 bytes (whitespace & comment cleanup)


# 1415bf50 02-Jun-2008 he <he@NetBSD.org>

Bump miniroot size from 500k to 600k to compensate for recent bloat.


# 03326f4a 27-Apr-2008 tsutsui <tsutsui@NetBSD.org>

Shrink ramdisk to 500k again.
The crunched binary with optimized libraries fits it.


# fffa7e0b 25-Apr-2008 he <he@NetBSD.org>

Bump the ramdisk from 500k to 700k to compensate for bloat which
happened while the sun2 kernels were unbuildable.


# eecbbb18 24-Jun-2007 isaki <isaki@NetBSD.org>

Remove a duplicated option in MAKEFS_FLAGS.
"minfree=0,optimization=space" is defined at
../../common/Makefile.image.


# 6b912826 13-Dec-2003 chs <chs@NetBSD.org>

ramdisk doesn't fit in 400k anymore, make it 500k.


# 109e80d1 29-Oct-2003 jdolecek <jdolecek@NetBSD.org>

__ramdisk MAKEDEV target is no more


# 42614ed3 02-Apr-2003 fvdl <fvdl@NetBSD.org>

Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.

This commit does not yet include the code to manipulate t

Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.

This commit does not yet include the code to manipulate the extended
storage (for e.g. ACLs), this will be done later.

Originally written by Kirk McKusick and Network Associates Laboratories for
FreeBSD.

show more ...


# ed8e534c 02-May-2002 lukem <lukem@NetBSD.org>

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 tri

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}

show more ...


# 9e559822 26-Apr-2002 lukem <lukem@NetBSD.org>

replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version


# 68e32c41 26-Apr-2002 lukem <lukem@NetBSD.org>

move files from ../common/ that are only used in this directory to here


# 7abb10eb 26-Apr-2002 lukem <lukem@NetBSD.org>

convert to be closer to the other distrib dirs:
- take advantage of Makefile.mdset
- use list instead of ramdisk.list, and remove special srcdirs for init
and dd since they understand -DSMALLPROG
-

convert to be closer to the other distrib dirs:
- take advantage of Makefile.mdset
- use list instead of ramdisk.list, and remove special srcdirs for init
and dd since they understand -DSMALLPROG
- use full-path style specfile mtree.conf instead of
old-style specfile ../common/ramdisk.tree
- ensure IMAGEDEPENDS is in sync with list
(xxx; untested :)

show more ...


# 3da37c5b 22-Apr-2002 fredette <fredette@NetBSD.org>

Converted sun2 to the new distrib world order. It is now
possible to do full release unprivileged cross-builds.


# ebf5fffe 06-Apr-2002 tsutsui <tsutsui@NetBSD.org>

Set DBG=-Os for libhack.


# 484f8db2 28-Mar-2002 lukem <lukem@NetBSD.org>

- 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 cl

- 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

show more ...


# a39d5cb1 26-Mar-2002 fredette <fredette@NetBSD.org>

Note that libhack.o depends on gethost.o, otherwise
the latter won't get built.


# 25c4cc30 25-Mar-2002 lukem <lukem@NetBSD.org>

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

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.

show more ...


# 49b82438 06-Mar-2002 lukem <lukem@NetBSD.org>

replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc


# 920566d2 17-Dec-2001 fredette <fredette@NetBSD.org>

Sync with the sun3 distrib code, and fixed many problems
to the point where this is truly useful for building
sun2 releases.


12