This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
738eacb46b
freebsd-dev
/
tests
/
sys
/
Makefile.inc
6 lines
66 B
PHP
Raw
Normal View
History
Unescape
Escape
Enable WARNS?= 6 across all of tests/sys MFC after: 1 week Sponsored by: Dell EMC Isilon
2017-01-14 04:20:06 +00:00
# $FreeBSD$
WARNS
?
=
6
Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that tests/... is a special snowflake directory and using HAS_TESTS would result in a nasty layering violation between bsd.tests.mk and bsd.prog.mk. Add reachover Makefile.inc's which get the default value from Makefile.inc0 (inspired by gnu/usr.bin/binutils/Makefile.inc0).
2017-08-02 22:24:08 +00:00
.
include
"
${
SRCTOP
}
/tests/Makefile.inc0
"
Reference in New Issue
Copy Permalink