Date: Tue, 5 Dec 2017 21:38:14 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326592 - head/stand/userboot/test Message-ID: <201712052138.vB5LcEie024233@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Dec 5 21:38:14 2017 New Revision: 326592 URL: https://svnweb.freebsd.org/changeset/base/326592 Log: Don't inherit CFLAGS. This a specialized test program, and can be built with mostly default flags. Do so in anticipation of the rest of stand not building with system headers. Sponsored by: Netflix Modified: head/stand/userboot/test/Makefile Modified: head/stand/userboot/test/Makefile ============================================================================== --- head/stand/userboot/test/Makefile Tue Dec 5 21:38:10 2017 (r326591) +++ head/stand/userboot/test/Makefile Tue Dec 5 21:38:14 2017 (r326592) @@ -9,6 +9,6 @@ MK_SSP= no PROG= test INTERNALPROG= -CFLAGS+= -I${BOOTSRC}/userboot -U_STANDALONE +CFLAGS= -I${BOOTSRC}/userboot .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712052138.vB5LcEie024233>