svn commit: r327861 - stable/11/tests/sys/geom/class/eli

Alan Somers asomers at FreeBSD.org
Fri Jan 12 04:25:17 UTC 2018


Author: asomers
Date: Fri Jan 12 04:25:16 2018
New Revision: 327861
URL: https://svnweb.freebsd.org/changeset/base/327861

Log:
  MFC r315292
  
  r315292 (by glebius)
  
  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:
  stable/11/tests/sys/geom/class/eli/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tests/sys/geom/class/eli/Makefile
==============================================================================
--- stable/11/tests/sys/geom/class/eli/Makefile	Fri Jan 12 03:50:44 2018	(r327860)
+++ stable/11/tests/sys/geom/class/eli/Makefile	Fri Jan 12 04:25:16 2018	(r327861)
@@ -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-all mailing list