mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
pkg.sh: Fix build errors in gaflib projects
Fix build errors in gaflib projects. This might kill some functionality, not sure. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
165c9b167a
commit
b9dc5ca4db
2 changed files with 19 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
shift # get rid of the '-c' supplied by make.
|
||||
echo running "$*" >>/tmp/make-cmds.log
|
||||
time /bin/bash -c "$*"
|
||||
log=/tmp/make-cmds.log
|
||||
echo running "$*" >> $log
|
||||
time /bin/bash -c "$*" 2>&1 | tee -a $log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue