From owner-svn-doc-head@freebsd.org Sat Feb 3 20:11:47 2018 Return-Path: Delivered-To: svn-doc-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 83E85EE9125; Sat, 3 Feb 2018 20:11:47 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1490E78D1A; Sat, 3 Feb 2018 20:11:46 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id w13KBjwD007559 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 3 Feb 2018 13:11:45 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id w13KBjnT007556; Sat, 3 Feb 2018 13:11:45 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 3 Feb 2018 13:11:45 -0700 (MST) From: Warren Block To: Wolfram Schneider cc: Warren Block , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r51402 - head/share/mk In-Reply-To: Message-ID: References: <201802021655.w12GtODA074724@repo.freebsd.org> User-Agent: Alpine 2.21 (BSF 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Sat, 03 Feb 2018 13:11:45 -0700 (MST) X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 20:11:47 -0000 On Sat, 3 Feb 2018, Wolfram Schneider wrote: > On 2 February 2018 at 17:55, Warren Block wrote: >> Author: wblock >> Date: Fri Feb 2 16:55:24 2018 >> New Revision: 51402 >> URL: https://svnweb.freebsd.org/changeset/doc/51402 >> >> Log: >> Unbreak building of translated PO files. Also intentionally hide make(1) >> output. This is not only unhelpful for translators, it is distracting >> from the already difficult job of translation. If verbose output is >> desired, 'make -l' can be used. > > 'make -l' is not working for me: > > $ make -l > usage: make [-BeikNnqrstWwX] > [-C directory] [-D variable] [-d flags] [-f makefile] > [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] > [-V variable] [-v variable] [variable=value] [target ...] > > which make command are you using? Sorry, that was a typo. Should be 'make -dl'.