jw-pkg/scripts/timed-make-shell.sh
Jan Lindemann 153d2d8fd0 timed-make-shell.sh: Add timed-make-shell.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
2015-06-19 11:20:31 +00:00

6 lines
123 B
Bash

#!/bin/bash
shift # get rid of the '-c' supplied by make.
echo running "$*" >>/tmp/make-cmds.log
time /bin/bash -c "$*"