From owner-cvs-all Tue Jan 29 2:34:28 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 3CD6F37B41B; Tue, 29 Jan 2002 02:34:23 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0TAYNK36477; Tue, 29 Jan 2002 02:34:23 -0800 (PST) (envelope-from knu) Message-Id: <200201291034.g0TAYNK36477@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 29 Jan 2002 02:34:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/color-mate Makefile ports/editors/emacs20-mule-devel Makefile ports/editors/mule Makefile ports/editors/staroffice52 Makefile ports/editors/staroffice60 Makefile ports/editors/vim Makefile ports/editors/vim5 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 02:34:23 PST Modified files: editors/color-mate Makefile editors/emacs20-mule-devel Makefile editors/mule Makefile editors/staroffice52 Makefile editors/staroffice60 Makefile editors/vim Makefile editors/vim5 Makefile editors/xemacs-basic-mule-packages Makefile editors/xemacs-comm-packages Makefile editors/xemacs-games-packages Makefile editors/xemacs-libs-packages Makefile editors/xemacs-mule-packages Makefile editors/xemacs-oa-packages Makefile editors/xemacs-packages Makefile editors/xemacs-prog-packages Makefile editors/xemacs-wp-packages Makefile editors/xemacs21-mule 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.5 +4 -4 ports/editors/color-mate/Makefile 1.4 +2 -2 ports/editors/emacs20-mule-devel/Makefile 1.52 +1 -1 ports/editors/mule/Makefile 1.37 +2 -2 ports/editors/staroffice52/Makefile 1.40 +2 -2 ports/editors/staroffice60/Makefile 1.168 +13 -13 ports/editors/vim/Makefile 1.122 +10 -10 ports/editors/vim5/Makefile 1.16 +6 -6 ports/editors/xemacs-basic-mule-packages/Makefile 1.28 +5 -5 ports/editors/xemacs-comm-packages/Makefile 1.24 +6 -6 ports/editors/xemacs-games-packages/Makefile 1.24 +6 -6 ports/editors/xemacs-libs-packages/Makefile 1.17 +5 -5 ports/editors/xemacs-mule-packages/Makefile 1.27 +6 -6 ports/editors/xemacs-oa-packages/Makefile 1.28 +5 -5 ports/editors/xemacs-packages/Makefile 1.28 +6 -6 ports/editors/xemacs-prog-packages/Makefile 1.24 +6 -6 ports/editors/xemacs-wp-packages/Makefile 1.38 +6 -6 ports/editors/xemacs21-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message