diff options
author | gerald <gerald@FreeBSD.org> | 2004-06-17 21:39:17 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-06-17 21:39:17 +0000 |
commit | 00c74c80c217446bbef7b3c5a292b0e708f7a4c6 (patch) | |
tree | e3714e51019d37aaa5340b313120316424c6d1b9 /lang/gcc42 | |
parent | 80dce26b7c35b7085c0b997da42a516c3782fcb4 (diff) | |
download | FreeBSD-ports-00c74c80c217446bbef7b3c5a292b0e708f7a4c6.zip FreeBSD-ports-00c74c80c217446bbef7b3c5a292b0e708f7a4c6.tar.gz |
Use ${ECHO} instead of echo.
Diffstat (limited to 'lang/gcc42')
-rw-r--r-- | lang/gcc42/Makefile | 6 |
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 |