build.sh.functions: use build_arch in logfile name
This commit is contained in:
parent
6750c1f90d
commit
6620dc6854
@ -88,7 +88,7 @@ timestamp()
|
||||
log_start()
|
||||
{
|
||||
local func=$1
|
||||
build_sh_logfile=${topdir}-${version}_${pkgver}-${os}-${arch}-${func}-$(timestamp).log
|
||||
build_sh_logfile=${topdir}-${version}_${pkgver}-${os}-${build_arch}-${func}-$(timestamp).log
|
||||
|
||||
if [ $autolog -eq 1 ]; then
|
||||
if [ -z "$(${__expr} "$nolog" : ".*\($func\)")" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user