svn commit: r315292 - head/tests/sys/geom/class/eli

Gleb Smirnoff glebius at FreeBSD.org
Wed Mar 15 05:31:04 UTC 2017


Author: glebius
Date: Wed Mar 15 05:31:02 2017
New Revision: 315292
URL: https://svnweb.freebsd.org/changeset/base/315292

Log:
  Fix buildworld broken in r315230 when /sys doesn't point into a right
  source tree.  Usage of SYSDIR is apparently wrong here.
  
  Discussed with:	allanjude

Modified:
  head/tests/sys/geom/class/eli/Makefile

Modified: head/tests/sys/geom/class/eli/Makefile
==============================================================================
--- head/tests/sys/geom/class/eli/Makefile	Wed Mar 15 04:18:40 2017	(r315291)
+++ head/tests/sys/geom/class/eli/Makefile	Wed Mar 15 05:31:02 2017	(r315292)
@@ -44,7 +44,7 @@ ${PACKAGE}FILES+=		conf.sh
 TEST_METADATA.$t+=	required_user="root"
 .endfor
 
-CFLAGS.pbkdf2_test=	-I${SYSDIR}/sys
+CFLAGS.pbkdf2_test=	-I${SRCTOP}/sys
 
 SRCS.pbkdf2_test=	\
 		hmac_test.c \


More information about the svn-src-head mailing list