diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-13 11:24:42 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-13 11:24:42 +0000 |
commit | bc117903e8fe20d1c94ac6e325cd2973a7e34e5c (patch) | |
tree | 01fc93cd3f01739bbd99a6bcc6350b19f5474fe9 /java/jdk16/Makefile | |
parent | b09d5d2a1e8a494ef4c7d06ccde5d1e64466d3a4 (diff) | |
download | ports-bc117903e8fe20d1c94ac6e325cd2973a7e34e5c.tar.gz ports-bc117903e8fe20d1c94ac6e325cd2973a7e34e5c.zip |
Notes
Diffstat (limited to 'java/jdk16/Makefile')
-rw-r--r-- | java/jdk16/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 5a2931c02994..dd71c24a66da 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -108,6 +108,15 @@ You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n .endif +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} "To build JDK 1.4.1 port, you should have at least" + @${ECHO_MSG} "1.5Gb of disk space!" + @${ECHO_MSG} + @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to" + @${ECHO_MSG} "install libraries and binaries with debugging support." + @${ECHO_MSG} + pre-patch: @cd ${WRKDIR} && \ ${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \ |