diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-06-17 21:39:17 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-06-17 21:39:17 +0000 |
commit | 6ed02c850f6522b1345535deaf089705843c9fa8 (patch) | |
tree | dd5e2498a96da141dfc67fe42743b529d0467c12 /lang/gcc34 | |
parent | 99653bfc7fcf50b0c0e29da2cf7b3bb62a4217a7 (diff) | |
download | ports-6ed02c850f6522b1345535deaf089705843c9fa8.tar.gz ports-6ed02c850f6522b1345535deaf089705843c9fa8.zip |
Notes
Diffstat (limited to 'lang/gcc34')
-rw-r--r-- | lang/gcc34/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index dcbaba76d9a4..e6ba233c9e93 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/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 |