mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
|
|
#!/bin/bash
|
||
|
|||
shift # get rid of the '-c' supplied by make.
|
|||
log=/tmp/make-cmds.log
|
|||
|
defs.mk, timed-make-shell.sh: Beautify make benchmark
Signed-off-by: Jan Lindemann <jan@janware.com>
|
/usr/bin/time --format "%E $*" -ao $log /bin/bash -c "$*"
|
||
|
|
|