mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
timed-make-shell.sh: Add timed-make-shell.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b2fc10b903
commit
153d2d8fd0
1 changed files with 6 additions and 0 deletions
6
scripts/timed-make-shell.sh
Normal file
6
scripts/timed-make-shell.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
shift # get rid of the '-c' supplied by make.
|
||||
echo running "$*" >>/tmp/make-cmds.log
|
||||
time /bin/bash -c "$*"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue