summaryrefslogtreecommitdiff
path: root/lang/compaq-cc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:50:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:50:09 +0000
commita58129d3de9c98ef3845e22d350633da5e5e4a75 (patch)
tree038d6538fe46249bbc84ced49277b4c98c59a3db /lang/compaq-cc
parent- ECHO -> ECHO_MSG (diff)
- ECHO -> ECHO_MSG
for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89491
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r--lang/compaq-cc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile
index f3addb27622c..d2f520ae6377 100644
--- a/lang/compaq-cc/Makefile
+++ b/lang/compaq-cc/Makefile
@@ -46,10 +46,10 @@ USE_LINUX= yes
do-install:
@if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \
- ${ECHO} 'AlphaLinux mode is not enabled.\
+ ${ECHO_MSG} 'AlphaLinux mode is not enabled.\
Loading AlphaLinux kernel module...' | fmt; \
kldload linux || { \
- ${ECHO} 'The AlphaLinux kernel module could not be loaded.\
+ ${ECHO_MSG} 'The AlphaLinux kernel module could not be loaded.\
Please manually load the module and retry.\
See "man linux" for details.' | fmt; \
${FALSE}; \