pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
brlcad: use RUN
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Oct 23 06:26:56 2016 +0200
Changeset: 8c8b984dd5195238411b65e9b50e1a012b11f848
Modified Files:
brlcad/Makefile
Log Message:
brlcad: use RUN
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8c8b984dd5195238411b65e9b50e1a012b11f848
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
brlcad/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index f0232e1..5aec839 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -97,13 +97,13 @@ REPLACE_PERL+= src/proc-db/spiral.pl
TEST_TARGET= test
benchmark: build
- ${_ULIMIT_CMD} \
+ ${RUN}${_ULIMIT_CMD} \
cd ${WRKSRC} && \
${PKGSRC_SETENV} ${TEST_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} ${TEST_MAKE_FLAGS} benchmark
regress: build
- ${_ULIMIT_CMD} \
+ ${RUN}${_ULIMIT_CMD} \
cd ${WRKSRC} && \
${PKGSRC_SETENV} ${TEST_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} ${TEST_MAKE_FLAGS} regress
Home |
Main Index |
Thread Index |
Old Index