History log of /netbsd/distrib/rs6000/ramdisk/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# e91a52ed 29-Dec-2019 christos <christos@NetBSD.org>

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

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)

show more ...


# 8d1364c0 06-Feb-2019 mrg <mrg@NetBSD.org>

bump image size by 1/8th of an MB.


# 58c92242 24-Jan-2017 christos <christos@NetBSD.org>

+= for MAKEFS_FLAGS


# 8d1cb49d 08-Aug-2014 joerg <joerg@NetBSD.org>

Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.


# 0adc6cef 11-Feb-2010 roy <roy@NetBSD.org>

Remove terminfo.db as it's now embedded in libterminfo.


# bb3a3538 05-Feb-2010 roy <roy@NetBSD.org>

Use the rescue terminfo.db in our images instead of termcap.


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

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) t

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

show more ...


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

Ten identical list.inet6 files, or one common/list.inet6?
Not a difficult choice.


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

${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services


# 0cd28694 30-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Add necessary files for build.sh -m rs6000 release.
Based on PR port-powerpc/40421 from Wojciech Galazka,
with misc tweaks by me.

Note sysinst part is not pulled because there is
no supported storag

Add necessary files for build.sh -m rs6000 release.
Based on PR port-powerpc/40421 from Wojciech Galazka,
with misc tweaks by me.

Note sysinst part is not pulled because there is
no supported storage device yet on this port.

show more ...