pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/openjdk7 Add missing _ULIMIT_CMD.
details: https://anonhg.NetBSD.org/pkgsrc/rev/009014781610
branches: trunk
changeset: 566105:009014781610
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Oct 14 13:44:26 2009 +0000
description:
Add missing _ULIMIT_CMD.
This package needs lots of memory to build, even by fairly modern standards.
diffstat:
lang/openjdk7/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e52a73b2c457 -r 009014781610 lang/openjdk7/Makefile
--- a/lang/openjdk7/Makefile Wed Oct 14 13:27:11 2009 +0000
+++ b/lang/openjdk7/Makefile Wed Oct 14 13:44:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/10/14 11:26:15 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/14 13:44:26 tnn Exp $
DISTNAME= openjdk-7-ea-src-b72-17_sep_2009
PKGNAME= openjdk7-1.7.0.72.20090924
@@ -94,7 +94,7 @@
# stage 1 builds a native JDK using the bootstrap binaries
${WRKDIR}/stage1-done:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
+ ${_ULIMIT_CMD} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
rm -rf ${WRKDIR}/bootstrap
cd ${BUILDDIR} && mv j2sdk-image ${WRKDIR}/bootstrap
rm -rf ${BUILDDIR}
@@ -102,7 +102,7 @@
# stage 2 rebuilds the JDK using native tools
${WRKDIR}/stage2-done: ${WRKDIR}/stage1-done
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
+ ${_ULIMIT_CMD} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
touch ${BUILDDIR}/j2sdk-image/jre/lib/applet/.keep
touch ${WRKDIR}/stage2-done
Home |
Main Index |
Thread Index |
Old Index