From owner-cvs-all Tue Jan 29 1:19:50 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 416E937B41C; Tue, 29 Jan 2002 01:19:45 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T9Jjr10748; Tue, 29 Jan 2002 01:19:45 -0800 (PST) (envelope-from knu) Message-Id: <200201290919.g0T9Jjr10748@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 29 Jan 2002 01:19:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby_static 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:19:45 PST Modified files: lang/ruby_static 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. Revision Changes Path 1.10 +2 -2 ports/lang/ruby_static/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message