pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/zookeeper
Module Name: pkgsrc
Committed By: joerg
Date: Wed Apr 15 22:51:19 UTC 2020
Modified Files:
pkgsrc/devel/zookeeper: Makefile
Log Message:
Honor resource restriction relaxation
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/zookeeper/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/zookeeper/Makefile
diff -u pkgsrc/devel/zookeeper/Makefile:1.7 pkgsrc/devel/zookeeper/Makefile:1.8
--- pkgsrc/devel/zookeeper/Makefile:1.7 Tue Jul 24 16:28:35 2018
+++ pkgsrc/devel/zookeeper/Makefile Wed Apr 15 22:51:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/07/24 16:28:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/15 22:51:19 joerg Exp $
#
.include "Makefile.common"
@@ -67,7 +67,7 @@ post-extract:
${LN} -s ${PREFIX}/lib/java/ant/ivy-*.jar ${WRKSRC}/src/java/lib/ivy-0.0.0.jar
do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ant ${ANT_ARGS} ${ANT_TARGET}
+ ${_ULIMIT_CMD} cd ${WRKSRC} &&${SETENV} ${MAKE_ENV} ant ${ANT_ARGS} ${ANT_TARGET}
do-install:
${INSTALL_SCRIPT} ${BUILDDIR}/bin/zkCli.sh ${DESTDIR}${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index