From owner-svn-src-head@freebsd.org Sun Jul 8 00:03:01 2018 Return-Path: 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 AE24F103DE20 for ; Sun, 8 Jul 2018 00:03:01 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EAB57368A for ; Sun, 8 Jul 2018 00:03:01 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 3f7e9de4-8242-11e8-aa1a-954dbaed88ca X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 3f7e9de4-8242-11e8-aa1a-954dbaed88ca; Sun, 08 Jul 2018 00:02:49 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w6802lZi029954; Sat, 7 Jul 2018 18:02:47 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1531008167.1336.1.camel@freebsd.org> Subject: Re: svn commit: r336077 - in head/share/man/man4: . man4.aarch64 man4.arm From: Ian Lepore To: Ravi Pokala , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Sat, 07 Jul 2018 18:02:47 -0600 In-Reply-To: <4521CE35-F466-4757-9539-64C6386E74CD@panasas.com> References: <201807072149.w67LnUtT087621@repo.freebsd.org> <4521CE35-F466-4757-9539-64C6386E74CD@panasas.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2018 00:03:01 -0000 On Sat, 2018-07-07 at 16:35 -0700, Ravi Pokala wrote: > -----Original Message----- > From: on behalf of Ian Lepore > Date: 2018-07-07, Saturday at 14:49 > To: , , > Subject: svn commit: r336077 - in head/share/man/man4: . man4.aarch64 man4.arm > > > > > Author: ian > > Date: Sat Jul  7 21:49:30 2018 > > New Revision: 336077 > > URL: https://svnweb.freebsd.org/changeset/base/336077 > > > > Log: > >   Move arm- and aarch64-specific manpages into arch-specific directories. > >    > >   This removes a bit of the .if/.endif clutter from man4/Makefile by using > >   the existing machinery that supports per-arch manpages. > Hi Ian, > > This breaks arm64 buildworld: > >     make[8]: make[8]: don't know how to make armv8crypto.4. Stop > Doh! Fixed in r336078; sorry about that. -- Ian