Date: Fri, 26 Oct 2018 08:12:28 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339770 - in head/lib/csu/tests: . dynamic static Message-ID: <201810260812.w9Q8CS3L094868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Fri Oct 26 08:12:28 2018 New Revision: 339770 URL: https://svnweb.freebsd.org/changeset/base/339770 Log: Drop the csu tests WARNS to 5 to fix the powerpc64 build. MFC with: r339738 Sponsored by: DARPA, AFRL Modified: head/lib/csu/tests/Makefile.tests head/lib/csu/tests/dynamic/Makefile head/lib/csu/tests/static/Makefile Modified: head/lib/csu/tests/Makefile.tests ============================================================================== --- head/lib/csu/tests/Makefile.tests Fri Oct 26 06:12:56 2018 (r339769) +++ head/lib/csu/tests/Makefile.tests Fri Oct 26 08:12:28 2018 (r339770) @@ -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 Modified: head/lib/csu/tests/dynamic/Makefile ============================================================================== --- head/lib/csu/tests/dynamic/Makefile Fri Oct 26 06:12:56 2018 (r339769) +++ head/lib/csu/tests/dynamic/Makefile Fri Oct 26 08:12:28 2018 (r339770) @@ -1,7 +1,6 @@ # $FreeBSD$ .PATH: ${.CURDIR:H} -WARNS?= 6 .include "../Makefile.tests" .include <bsd.test.mk> Modified: head/lib/csu/tests/static/Makefile ============================================================================== --- head/lib/csu/tests/static/Makefile Fri Oct 26 06:12:56 2018 (r339769) +++ head/lib/csu/tests/static/Makefile Fri Oct 26 08:12:28 2018 (r339770) @@ -2,7 +2,6 @@ .PATH: ${.CURDIR:H} NO_SHARED= -WARNS?= 6 .include "../Makefile.tests" .include <bsd.test.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810260812.w9Q8CS3L094868>