History log of /netbsd/sys/arch/news68k/stand/Makefile.inc (Results 1 – 11 of 11)
Revision Date Author Comments
# acab79c3 08-Apr-2017 christos <christos@NetBSD.org>

centralize vers.c building for standalone programs.


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


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


# fc10d3a3 16-Jul-2008 tsutsui <tsutsui@NetBSD.org>

Change boot messages to replace build date and maker with kernrev.


# 3358af64 29-Jun-2006 lukem <lukem@NetBSD.org>

support MAKEVERBOSE


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

merge ktrace-lwp.


# 5a5cdb57 30-Oct-2003 he <he@NetBSD.org>

Add -ffreestanding to CFLAGS, to avoid type conflicts with built-in
functions in gcc.


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


# 67724371 30-Jan-2001 tsutsui <tsutsui@NetBSD.org>

Add a version file and print version strings generated by newvers_stand.sh.


# a1099430 09-Dec-1999 tsutsui <tsutsui@NetBSD.org>

Initial import of news68k port.