diff options
| author | Jason Gross | 2017-06-29 14:56:36 -0400 |
|---|---|---|
| committer | Jason Gross | 2017-06-30 13:16:54 -0400 |
| commit | d83bd63441d313b6dabe71cae647b1950c621cf6 (patch) | |
| tree | 2651efaba54a87d1e1fb38cf28d94eae64722500 /tools | |
| parent | 35e0f327405fb659c7ec5f9f7d26ea284aa45810 (diff) | |
Better support for make TIMED=1 on Windows
This fixes [bug #5619](https://coq.inria.fr/bugs/show_bug.cgi?id=5619)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/CoqMakefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in index 7b01c1b663..06d4d0b5be 100644 --- a/tools/CoqMakefile.in +++ b/tools/CoqMakefile.in @@ -62,7 +62,7 @@ VERBOSE ?= # Time the Coq process (set to non empty), and how (see default value) TIMED?= TIMECMD?= -STDTIME?=/usr/bin/time -f "$* (user: %U mem: %M ko)" +STDTIME?=/usr/bin/time -f "$* (real: %e, user: %U, sys: %S, mem: %M ko)" # Coq binaries COQC ?= "$(COQBIN)coqc" |
