abuild: display target arch in xterm title for cross build
This commit is contained in:
parent
8508cec612
commit
a51c889314
@ -2250,7 +2250,7 @@ fi
|
|||||||
controldir="$pkgbasedir"/.control.${subpkgname:-$pkgname}
|
controldir="$pkgbasedir"/.control.${subpkgname:-$pkgname}
|
||||||
|
|
||||||
trap 'die "Aborted by user"' INT
|
trap 'die "Aborted by user"' INT
|
||||||
[ -z "$subpkgdir" ] && set_xterm_title "abuild: $pkgname"
|
[ -z "$subpkgdir" ] && set_xterm_title "abuild${CROSS_COMPILE+-$CARCH}: $pkgname"
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
set all
|
set all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user