From owner-cvs-all@FreeBSD.ORG Fri Mar 30 17:10:12 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2F11106566B; Fri, 30 Mar 2012 17:10:12 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 17F888FC17; Fri, 30 Mar 2012 17:10:11 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:29268] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id q2UHAHB2049748 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 30 Mar 2012 21:10:17 +0400 (MSK) From: Max Brazhnikov To: Alex Kozlov Date: Fri, 30 Mar 2012 17:11:09 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.8.1; amd64; ; ) References: <201203301436.q2UEaXor009896@repoman.freebsd.org> <201203301540.40388.makc@freebsd.org> <20120330155456.GA34807@ravenloft.kiev.ua> In-Reply-To: <20120330155456.GA34807@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201203301711.10202.makc@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/games Makefile ports/games/drcreep Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2012 17:10:12 -0000 On Fri, 30 Mar 2012 18:54:56 +0300, Alex Kozlov wrote: > On Fri, Mar 30, 2012 at 03:40:39PM +0000, Max Brazhnikov wrote: > > And by the way ${ECHO_CMD} should be used, if you really need echo. > Do You mean ECHO_MSG? It depends. The bsd.command.mk says: # ECHO is defined in /usr/share/mk/sys.mk, which can either be "echo", # or "true" if the make flag -s is given. Use ECHO_CMD where you mean # the echo command. ECHO_CMD?= echo # Shell builtin # Used to print all the '===>' style prompts - override this to turn them off. ECHO_MSG?= ${ECHO_CMD}