mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Drop the csu tests WARNS to 5 to fix the powerpc64 build.
MFC with: r339738 Sponsored by: DARPA, AFRL
This commit is contained in:
parent
ee21b0efc8
commit
4b48b463ed
3 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,8 @@ ATF_TESTS_C+= init_test
|
|||
ATF_TESTS_C+= fini_test
|
||||
ATF_TESTS_CXX+= cxx_constructors
|
||||
|
||||
WARNS?= 5
|
||||
|
||||
.if exists(${.CURDIR:H:H}/${MACHINE_ARCH})
|
||||
CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH}
|
||||
.else
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR:H}
|
||||
WARNS?= 6
|
||||
|
||||
.include "../Makefile.tests"
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
.PATH: ${.CURDIR:H}
|
||||
NO_SHARED=
|
||||
WARNS?= 6
|
||||
|
||||
.include "../Makefile.tests"
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue