Home | History | Annotate | Download | only in ramdisk
History log of /src/distrib/sgimips/ramdisk/Makefile
RevisionDateAuthorComments
 1.23  16-Apr-2025  christos bump
 1.22  29-Dec-2019  christos 1. Remove all the special handling of variables (-d -p -P -s -S) that
were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with
disabling/enabling sanitizers.
2. Use emalloc/estrdup for all the allocators instead of only some cases.
3. Add -V varspec which passes variables on the command line (as DBG
and LDSTATIC used to be passed before) instead of appending them
to the on-the-fly Makefile using -v varspec.
4. Change the distrib and rescue Makefiles to use -V instead of the removed
flags.

The motivation of this is to make variable handling consistent, less magical,
and remove the need for changing crunchgen each time we want to add disabling
an option by default.

(as proposed in tech-toolchain)
 1.21  07-Feb-2019  mrg bump ramdisk sizes to cope with GCC 7 bloat.
 1.20  24-Jan-2017  christos branches: 1.20.12;
+= for MAKEFS_FLAGS
 1.19  04-Feb-2012  he branches: 1.19.24; 1.19.28;
Bump the install image size so that this builds again.
 1.18  11-Feb-2010  roy branches: 1.18.6;
Remove terminfo.db as it's now embedded in libterminfo.
 1.17  05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.16  20-Sep-2009  abs 34 different termcap subsets, plus a couple of ports still using
the full termcap distfile. In an attempt to reduce the madness
switch everyone (except the i386 cd install which does its own
thing) to the same (under 8K) termcap subset:

ansi ansi/pc-term compatible with color
dumb|unknown 80-column dumb tty
hp300h HP Catseye console
iris-ansi-ap IRIS ANSI in application-keypad mode
iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100)
sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line
vt100|vt100-am DEC VT100 (w/advanced video)
vt220-8 DEC VT220 8 bit terminal
vt220|vt200|vt300 DEC VT220 in vt100 emulation mode
wsvt25 NetBSD wscons in 25 line DEC VT220 mode
wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta
x68k|x68k-ite NetBSD/x68k ITE
xterm|vs100 xterm terminal emulator (X Window System)

Trying to provide similar functionality across all ports? It'll never
catch on...
 1.15  20-Sep-2009  abs Nothing needs disktab anymore, so we'd rather have an inode and
slightly over 1K of space on install media...
 1.14  20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.13  20-Sep-2009  abs Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
 1.12  07-Apr-2009  joerg Change ramdisks from dhclient to dhcpcd and add corresponding glue to
sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed,
60KB compressed.
 1.11  25-Jan-2009  abs branches: 1.11.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.10  10-May-2007  dogcow branches: 1.10.12;
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.9  08-Jan-2006  tsutsui Use -mmemcpy to shrink binaries.
 1.8  01-Mar-2005  sekiya Remove MAKEDEVTARGETS.
 1.7  20-Nov-2003  sekiya Tweak ramdisk size -- ip22 doesn't seem to like a four-meg image.
 1.6  13-Nov-2003  sekiya The bootloader names appeared in many more places than I originally
thought. This commit should, finally, take care of all instances.
 1.5  13-Nov-2003  sekiya -fno-gcse is unneccessary.
 1.4  13-Nov-2003  sekiya Adapt to new config file naming convention.
 1.3  01-Feb-2003  tsutsui Remove "-Wa,-xgot" hack from DBG flag for broken objcopy-crunchide
that has been fixed by simonb.

BTW, should we also add "-mmemcpy" here to reduce code size?
 1.2  14-Jan-2003  pooka Add appropriate-looking density-value to MAKEFS_FLAGS to force
makefs to create enough inodes for the image.

suggested by Izumi Tsutsui
 1.1  21-May-2002  rafal Release machinery for port-sgimips; original work by Scott Taylor (sgimips
at mrynet.com), NDWO-ified by me (so all bugs are probably my fault).
 1.10.12.1  05-Oct-2008  mjf Sync with HEAD.
 1.11.2.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.18.6.1  17-Apr-2012  yamt sync with head
 1.19.28.1  21-Apr-2017  bouyer Sync with HEAD
 1.19.24.1  20-Mar-2017  pgoyette Sync with HEAD
 1.20.12.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.20.12.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed