diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-09-03 00:20:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-09-03 00:20:58 +0000 |
commit | 87b812df982e7790e46b3fec153e0b3f5a9a3a1d (patch) | |
tree | e2abdc26b178514c130a3e147f7504ed69aa8c0a /security | |
parent | 5a178716896291d7a49943f155a41444312d3806 (diff) |
- Remove notes about "make test" since there are known problems in it.
Notes
Notes:
svn path=/head/; revision=171958
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index 60d2107be4ba..ee99317c3a2b 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -58,16 +58,6 @@ test: echo "All tests succeeded. Good news."; \ fi -#.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000 -#post-build: test -#.else -post-build: - # - # Please, consider running ``make test'' now and fixing any problems - # and/or reporting them to ${MAINTAINER} . Thanks! - # -#.endif - do-install: ${MKDIR} ${PREFIX}/include/nss ${TAR} -C ${DIST}/public --dereference -cf - . | \ |