From owner-svn-src-head@freebsd.org Mon Mar 19 15:35:27 2018 Return-Path: <owner-svn-src-head@freebsd.org> Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B298F557B9; Mon, 19 Mar 2018 15:35:27 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFE12754A6; Mon, 19 Mar 2018 15:35:26 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E588B106C3; Mon, 19 Mar 2018 15:35:26 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2JFZQNd063333; Mon, 19 Mar 2018 15:35:26 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2JFZQqU063332; Mon, 19 Mar 2018 15:35:26 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201803191535.w2JFZQqU063332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot <manu@FreeBSD.org> Date: Mon, 19 Mar 2018 15:35:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r331210 - head/sys/dts X-SVN-Group: head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/sys/dts X-SVN-Commit-Revision: 331210 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current <svn-src-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-head>, <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head/> List-Post: <mailto:svn-src-head@freebsd.org> List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-head>, <mailto:svn-src-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 Mar 2018 15:35:27 -0000 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>