mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-19 03:56:52 +00:00
be more verbose
This commit is contained in:
parent
c7e738c547
commit
6df5df1c44
4
all
4
all
@ -888,14 +888,14 @@ case "$cmd" in
|
||||
verbose eval make clean $maketargets $makeflags
|
||||
)
|
||||
for f in $targetfiles; do
|
||||
mv "$buildpath/${f%:*}" "${f##*:}"
|
||||
verbose mv "$buildpath/${f%:*}" "${f##*:}"
|
||||
done
|
||||
;;
|
||||
*)
|
||||
rsync --delete -zvaSHPAX "$srcdir"/ "$host:$buildpath/"
|
||||
verbose ssh "$host" ". ~/.profile && cd $buildpath && make clean $maketargets $makeflags"
|
||||
for f in $targetfiles; do
|
||||
rsync -zvaSHPAX "$host:$buildpath/${f%:*}" "${f##*:}"
|
||||
verbose rsync -zvaSHPAX "$host:$buildpath/${f%:*}" "${f##*:}"
|
||||
done
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user