History log of /netbsd-src/sys/arch/prep/stand/common/Makefile (Results 1 – 12 of 12)
Revision Date Author Comments
# 0c7d9d48 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.


# cf710992 21-Aug-2013 matt <matt@NetBSD.org>

Use <bsd.klinks.mk>
Use ${_MKTARGET_LINK}


# 5ef6a33b 27-May-2010 dholland <dholland@NetBSD.org>

Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
trees, because it can race with the libsa/libkern/etc. makefiles' own
cleandir rules. I think I've found all of the uses of

Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
trees, because it can race with the libsa/libkern/etc. makefiles' own
cleandir rules. I think I've found all of the uses of the offending idiom...
Closes PR 43360.

show more ...


# 7c009730 10-Apr-2006 garbled <garbled@NetBSD.org>

Clean up the bootloader a little bit. Get rid of some unused code,
set the makefile to build the bootloader without the DB_MONITOR stuff by
default, as it is primarily for debugging. Reduces bootlo

Clean up the bootloader a little bit. Get rid of some unused code,
set the makefile to build the bootloader without the DB_MONITOR stuff by
default, as it is primarily for debugging. Reduces bootloader size by
about 8k.

show more ...


# 227a982c 28-Dec-2005 skrll <skrll@NetBSD.org>

More ro src breakage.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 62610dfb 05-Jan-2004 nonaka <nonaka@NetBSD.org>

reduce program size.


# 227a1958 05-Jan-2004 nonaka <nonaka@NetBSD.org>

Use 32bit daddr_t.


# 4f9a822f 27-Nov-2003 tsutsui <tsutsui@NetBSD.org>

sync with news68k:
> Make sure machine and ${MACHINE_ARCH} symlinks created before make depend.


# 8881697a 30-Sep-2003 matt <matt@NetBSD.org>

Add -ffreestanding


# 8e6f7afb 12-Dec-2001 tv <tv@NetBSD.org>

MKfoo=no -> NOfoo


# 37eb9eeb 29-Feb-2000 nonaka <nonaka@NetBSD.org>

Initial import prep port.