summaryrefslogtreecommitdiffstats
path: root/lang/gcc42
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2004-06-17 21:39:17 +0000
committergerald <gerald@FreeBSD.org>2004-06-17 21:39:17 +0000
commit00c74c80c217446bbef7b3c5a292b0e708f7a4c6 (patch)
treee3714e51019d37aaa5340b313120316424c6d1b9 /lang/gcc42
parent80dce26b7c35b7085c0b997da42a516c3782fcb4 (diff)
downloadFreeBSD-ports-00c74c80c217446bbef7b3c5a292b0e708f7a4c6.zip
FreeBSD-ports-00c74c80c217446bbef7b3c5a292b0e708f7a4c6.tar.gz
Use ${ECHO} instead of echo.
Diffstat (limited to 'lang/gcc42')
-rw-r--r--lang/gcc42/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index dcbaba7..e6ba233 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -110,9 +110,9 @@ pre-configure:
@${MKDIR} ${CONFIGURE_WRKSRC}
post-build:
- @echo "Consider running 'make check' before 'make install',"
- @echo "especially if you have not built port on -STABLE or -CURRENT."
- @echo "This assumes that you have the dejagnu port installed."
+ @${ECHO} "Consider running 'make check' before 'make install', especially
+ @${ECHO} "if you have not performed this build on -STABLE or -CURRENT."
+ @${ECHO} "This assumes that you have the dejagnu port installed."
check: build
cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check
OpenPOWER on IntegriCloud