Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 15:35:26 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331210 - head/sys/dts
Message-ID:  <201803191535.w2JFZQqU063332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Mon Mar 19 15:35:26 2018
New Revision: 331210
URL: https://svnweb.freebsd.org/changeset/base/331210

Log:
  sys/dts: Remove arm64 from subdir as it no longer exists.
  
  r325987 removed the arm64 directory, remove it from SUBDIR too.

Modified:
  head/sys/dts/Makefile

Modified: head/sys/dts/Makefile
==============================================================================
--- head/sys/dts/Makefile	Mon Mar 19 15:27:53 2018	(r331209)
+++ head/sys/dts/Makefile	Mon Mar 19 15:35:26 2018	(r331210)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=arm arm64 mips powerpc
+SUBDIR=arm mips powerpc
 
 .include <bsd.subdir.mk>



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