History log of /netbsd/sys/arch/pmax/stand/Makefile.booters (Results 1 – 25 of 64)
Revision Date Author Comments
# 884be238 25-Apr-2021 christos <christos@NetBSD.org>

Handle mipsn64


# f66d9444 01-Jan-2019 christos <christos@NetBSD.org>

ELF2ECOFF -> MIPS_ELF2ECOFF


# acab79c3 08-Apr-2017 christos <christos@NetBSD.org>

centralize vers.c building for standalone programs.


# 1041f003 03-Sep-2016 christos <christos@NetBSD.org>

Add NOPIE


# b1051c78 22-Mar-2016 mrg <mrg@NetBSD.org>

remove a bunch of "@echo done" from the tail of rules. these messages
were vaguely useful back when we didn't run make -j, but now you end
up with a single line "done" every so often, with no idea w

remove a bunch of "@echo done" from the tail of rules. these messages
were vaguely useful back when we didn't run make -j, but now you end
up with a single line "done" every so often, with no idea what it is
for. very few other targets claim they're done so just remove these.

show more ...


# c4105181 16-Jan-2014 christos <christos@NetBSD.org>

eliminate use of bsd.sys.mk from Makefiles


# 2352c143 12-Jan-2014 tsutsui <tsutsui@NetBSD.org>

Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.

XXX: probabry we should have bsd.saprog.mk or something.


# fbb6ec10 12-Aug-2013 joerg <joerg@NetBSD.org>

Build boot loaders without unwind tables.


# f8563121 10-Jul-2011 mrg <mrg@NetBSD.org>

don't set MACHINE_ARCH. the CPUFLAGS/etc. is enough, and otherwise this
doesn't work with an isolated $TOOLDIR from the mipse[lb] toolchain.


# 3cd44b66 20-Feb-2011 matt <matt@NetBSD.org>

Merge forward from matt-nb5-mips64.
New interrupt code.
mips64 support for DS5000/260.


# d8131a32 28-Jan-2011 tsutsui <tsutsui@NetBSD.org>

typo


# 709cb731 23-Jan-2011 joerg <joerg@NetBSD.org>

Define NOMAN earlier


# 9adfae59 22-Jan-2011 joerg <joerg@NetBSD.org>

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_re

Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.

show more ...


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


# f120aa85 23-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Make sure to remove all generated files on cleandir.


# ded72975 23-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Use <bsd.klinks.mk> to create machine and ${MACHINE_ARCH} symlinks.


# ac465a42 03-Apr-2009 tsutsui <tsutsui@NetBSD.org>

Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.
They were removed from <lib/libsa/stand.h> on December 2007.


# d44fdcfc 17-Mar-2009 he <he@NetBSD.org>

Introduce LIBSA_NO_DEV_IOCTL, and don't declare ioctl() if it's defined.
Also, don't declare the close() function if LIBSA_NO_DEV_CLOSE is defined.


# edb2ee0c 12-Jan-2009 tsutsui <tsutsui@NetBSD.org>

WARNSfy


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

merge ktrace-lwp.


# 98ffe3f0 01-Jan-2005 simonb <simonb@NetBSD.org>

Don't specify the object format to pick the right endianness - the
linker already knows if it is big- or little-endian.


# 84fafa3d 21-Jun-2004 jmc <jmc@NetBSD.org>

Ignore errors on some rm -rf's for platforms that aren't quite
POSIX compliant
and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022


# 512e9836 24-Nov-2003 he <he@NetBSD.org>

I've been informed that any dependent targets on .BEGIN are
ignored. Fix the symlink creation for machine, mips, and pmax
accordingly.

Also, there's nothing .PHONY about the vers.c target, as far a

I've been informed that any dependent targets on .BEGIN are
ignored. Fix the symlink creation for machine, mips, and pmax
accordingly.

Also, there's nothing .PHONY about the vers.c target, as far as I
can see, so I've removed that.

show more ...


# f85d2d1c 26-Oct-2003 lukem <lukem@NetBSD.org>

Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.


# 970b1208 08-Oct-2003 simonb <simonb@NetBSD.org>

Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link
against them.


123