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 \
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to