From owner-svn-src-head@freebsd.org Sat Jul 7 23:35:16 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 14FA6103AC77; Sat, 7 Jul 2018 23:35:16 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFC2D721A2; Sat, 7 Jul 2018 23:35:15 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.4] (c-71-198-162-232.hsd1.ca.comcast.net [71.198.162.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 241EF1C9B0; Sat, 7 Jul 2018 23:35:15 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.e.1.180613 Date: Sat, 07 Jul 2018 16:35:11 -0700 Subject: Re: svn commit: r336077 - in head/share/man/man4: . man4.aarch64 man4.arm From: Ravi Pokala To: Ian Lepore , , , Message-ID: <4521CE35-F466-4757-9539-64C6386E74CD@panasas.com> Thread-Topic: svn commit: r336077 - in head/share/man/man4: . man4.aarch64 man4.arm References: <201807072149.w67LnUtT087621@repo.freebsd.org> In-Reply-To: <201807072149.w67LnUtT087621@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit 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: Sat, 07 Jul 2018 23:35:16 -0000 -----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 -Ravi (rpokala@)