diff options
author | gerald <gerald@FreeBSD.org> | 2004-06-18 05:39:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-06-18 05:39:17 +0800 |
commit | 00c74c80c217446bbef7b3c5a292b0e708f7a4c6 (patch) | |
tree | e3714e51019d37aaa5340b313120316424c6d1b9 /lang/gcc45 | |
parent | 80dce26b7c35b7085c0b997da42a516c3782fcb4 (diff) | |
download | freebsd-ports-gnome-00c74c80c217446bbef7b3c5a292b0e708f7a4c6.tar.gz freebsd-ports-gnome-00c74c80c217446bbef7b3c5a292b0e708f7a4c6.tar.zst freebsd-ports-gnome-00c74c80c217446bbef7b3c5a292b0e708f7a4c6.zip |
Use ${ECHO} instead of echo.
Diffstat (limited to 'lang/gcc45')
-rw-r--r-- | lang/gcc45/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index dcbaba76d9a4..e6ba233c9e93 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/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 |