From owner-cvs-all Tue Jan 29 1:40:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5437437B416; Tue, 29 Jan 2002 01:39:59 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T9dxG19276; Tue, 29 Jan 2002 01:39:59 -0800 (PST) (envelope-from knu) Message-Id: <200201290939.g0T9dxG19276@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 29 Jan 2002 01:39:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/bytebench Makefile ports/biology/xdrawchem Makefile ports/chinese/emacs20 Makefile ports/chinese/enscript Makefile ports/chinese/firebird Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/01/29 01:39:59 PST Modified files: benchmarks/bytebench Makefile biology/xdrawchem Makefile chinese/emacs20 Makefile chinese/enscript Makefile chinese/firebird Makefile Log: Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Revision Changes Path 1.15 +7 -7 ports/benchmarks/bytebench/Makefile 1.14 +4 -4 ports/biology/xdrawchem/Makefile 1.4 +3 -3 ports/chinese/emacs20/Makefile 1.3 +2 -2 ports/chinese/enscript/Makefile 1.4 +8 -8 ports/chinese/firebird/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message