diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-15 03:37:27 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-15 03:37:27 +0800 |
commit | ae4123ae0ad1962fd2fe6e73c1a29168fd154b54 (patch) | |
tree | 3fdb1c7f59588d225187e6fd1a2f8df53a1304c3 /lang/gcc44/Makefile | |
parent | 80b3f6171ba18622cedf3a042457c9756257f6b3 (diff) | |
download | freebsd-ports-gnome-ae4123ae0ad1962fd2fe6e73c1a29168fd154b54.tar.gz freebsd-ports-gnome-ae4123ae0ad1962fd2fe6e73c1a29168fd154b54.tar.zst freebsd-ports-gnome-ae4123ae0ad1962fd2fe6e73c1a29168fd154b54.zip |
Update to the 20090213 snapshot of GCC 4.4.0.
This no longer contains bin/addr2name.awk44. Also remove the
post-build target and its hint for running the testsuite.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index bf1138c6f311..5b29d60b7b9b 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.4.0 -PORTREVISION= 20090130 +PORTREVISION= 20090213 CATEGORIES= lang java VERSIONSTRING= 4.4-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -158,11 +158,6 @@ pre-configure: @${RM} -f ${SRCDIR}/gcc/*/*.info* @${MKDIR} ${CONFIGURE_WRKSRC} -post-build: - @${ECHO_MSG} "Consider running 'make check' before 'make install', especially" - @${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT." - @${ECHO_MSG} "This assumes that you have the dejagnu port installed." - check: build cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check |