From owner-cvs-all Tue Jan 29 1:33:36 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 34E7037B400; Tue, 29 Jan 2002 01:33:26 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T9XQT13175; Tue, 29 Jan 2002 01:33:26 -0800 (PST) (envelope-from knu) Message-Id: <200201290933.g0T9XQT13175@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 29 Jan 2002 01:33:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xephem Makefile ports/audio/autozen Makefile ports/audio/csound Makefile ports/audio/denemo Makefile ports/audio/musicbox Makefile ports/audio/mutemix Makefile ports/audio/opennap Makefile ports/audio/opmixer 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:33:26 PST Modified files: astro/xephem Makefile audio/autozen Makefile audio/csound Makefile audio/denemo Makefile audio/musicbox Makefile audio/mutemix Makefile audio/opennap Makefile audio/opmixer Makefile audio/rplay Makefile audio/snd Makefile audio/spiralloops 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.28 +3 -3 ports/astro/xephem/Makefile 1.7 +7 -7 ports/audio/autozen/Makefile 1.12 +7 -7 ports/audio/csound/Makefile 1.3 +5 -5 ports/audio/denemo/Makefile 1.3 +3 -3 ports/audio/musicbox/Makefile 1.3 +2 -2 ports/audio/mutemix/Makefile 1.5 +6 -6 ports/audio/opennap/Makefile 1.10 +6 -6 ports/audio/opmixer/Makefile 1.20 +2 -2 ports/audio/rplay/Makefile 1.14 +9 -9 ports/audio/snd/Makefile 1.7 +4 -4 ports/audio/spiralloops/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message