Date: Tue, 29 Jan 2002 01:33:26 -0800 (PST) From: Akinori MUSHA <knu@FreeBSD.org> 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 ... Message-ID: <200201290933.g0T9XQT13175@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201290933.g0T9XQT13175>
