Skip to content

Commit 32d92f8

Browse files
committed
---
yaml --- r: 6504 b: refs/heads/master c: aba6e63 h: refs/heads/master v: v3
1 parent 0a28513 commit 32d92f8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 6bced5be31a812adfe1199043886d5bda914a88f
2+
refs/heads/master: aba6e635437e6b697fc5d902e2bce47d3519c9a0

trunk/mk/platform.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ifneq ($(findstring freebsd,$(CFG_OSTYPE)),)
3535
CFG_LDENV := LD_LIBRARY_PATH
3636
CFG_DEF_SUFFIX := .bsd.def
3737
CFG_INSTALL_NAME =
38+
CFG_PERF_TOOL := /usr/bin/time
3839
endif
3940

4041
ifneq ($(findstring linux,$(CFG_OSTYPE)),)

trunk/mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ check-stage$(1)-T-$(2)-H-$(3)-bench-dummy: \
288288

289289
check-stage$(1)-T-$(2)-H-$(3)-perf-dummy: \
290290
$$(HBIN$(1)_H_$(3))/compiletest$$(X) \
291-
$$(SREQ$(1)_T_$(2)_H_$(3)) \
292-
$$(BENCH_TESTS)
291+
$$(SREQ$(1)_T_$(2)_H_$(3)) \
292+
$$(BENCH_TESTS)
293293
@$$(call E, perf: $$<)
294294
$$(Q)$$(call CFG_RUN_CTEST,$(1),$$<,$(3)) \
295295
$$(PERF_ARGS$(1)-T-$(2)-H-$(3))

0 commit comments

Comments
 (0)