History log of /netbsd-src/regress/sys/kern/ras/ras3/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# b3bbae03 10-Jan-2014 christos <christos@NetBSD.org>

Fix NOMAN


# 6f65a8d1 10-Jan-2014 martin <martin@NetBSD.org>

ACTIVE_CC can only be used after include of bsd.own.mk


# b757af43 04-Apr-2012 joerg <joerg@NetBSD.org>

Disable new -Wstring-plus-int warning where needed for now.
Adjust various places that add GCC-only options to check for the active
compiler first.


# 75e42fa7 20-Jun-2011 mrg <mrg@NetBSD.org>

remove most of the remaining HAVE_GCC tests that are always true in
the modern world.


# 3c9a9591 29-Aug-2008 gmcgarry <gmcgarry@NetBSD.org>

Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.


# f6e2a81f 02-Sep-2006 martin <martin@NetBSD.org>

Add -fno-reorder-blocks for gcc4, to avoid duplicate label definition
by RAS_END() - untill we find some better solution.


# 08c81a9c 18-Sep-2002 lukem <lukem@NetBSD.org>

some makefile de-linting
- list NOxxx and LDSTATIC= assignments before everything else
(especially <bsd.own.mk>)
- ensure <bsd.own.mk> is included before NETBSDSRCDIR is used
- add missing RCSids


# 3ee9d48c 28-Aug-2002 gmcgarry <gmcgarry@NetBSD.org>

Regression tests for RAS. Tests the basic functionality including
forking and execing.