Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2017 03:46:59 +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: r325839 - head/sys/dts
Message-ID:  <201711150346.vAF3kxZb022115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Nov 15 03:46:59 2017
New Revision: 325839
URL: https://svnweb.freebsd.org/changeset/base/325839

Log:
  Fix SYSDIR path. After the move, we need to chop off a couple ../ from
  the prior definition. But a safer definition is SRCTOP/sys, so use
  that.
  
  Sponsored by: Netflix

Modified:
  head/sys/dts/Makefile.inc

Modified: head/sys/dts/Makefile.inc
==============================================================================
--- head/sys/dts/Makefile.inc	Wed Nov 15 02:24:47 2017	(r325838)
+++ head/sys/dts/Makefile.inc	Wed Nov 15 03:46:59 2017	(r325839)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-SYSDIR?=${.CURDIR}/../../../..
+SYSDIR?=${SRCTOP}/sys
 
 test-dts:
 .for dts in ${DTS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711150346.vAF3kxZb022115>