svn commit: r326446 - head/stand/userboot/test
Warner Losh
imp at FreeBSD.org
Sat Dec 2 00:07:28 UTC 2017
Author: imp
Date: Sat Dec 2 00:07:25 2017
New Revision: 326446
URL: https://svnweb.freebsd.org/changeset/base/326446
Log:
Undefine _STANDALONE since this is test code. This is unsastifying,
but since we sadly only have one test, put this in as a stopgap.
Sponsored by: Netflix
Modified:
head/stand/userboot/test/Makefile
Modified: head/stand/userboot/test/Makefile
==============================================================================
--- head/stand/userboot/test/Makefile Sat Dec 2 00:07:19 2017 (r326445)
+++ head/stand/userboot/test/Makefile Sat Dec 2 00:07:25 2017 (r326446)
@@ -9,6 +9,6 @@ MK_SSP= no
PROG= test
INTERNALPROG=
-CFLAGS+= -I${BOOTSRC}/userboot
+CFLAGS+= -I${BOOTSRC}/userboot -U_STANDALONE
.include <bsd.prog.mk>
More information about the svn-src-all
mailing list