Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
support/functions/_cmd_build
|
@ -249,7 +249,7 @@ fi |
|
|
|
|
|
|
|
|
#link lastlog |
|
|
#link lastlog |
|
|
ln -sf "$ldir/$log_name" "$workdir/lastbuild.log" |
|
|
ln -sf "$ldir/$log_name" "$workdir/lastbuild.log" |
|
|
if [ "${USE_vars[USE_DIAG]}" = "USE_DIAG=1" ]; then |
|
|
if [ "${USE_vars[USE_DIAG]}" == "USE_DIAG=1" ]; then |
|
|
grep -v "^CC\||\|LINK\|STRIP\|+\|^HOST\|^GEN\|___" >"$workdir/USE_DIAG.log" -i "$workdir/lastbuild.log" |
|
|
grep -v "^CC\||\|LINK\|STRIP\|+\|^HOST\|^GEN\|___" >"$workdir/USE_DIAG.log" -i "$workdir/lastbuild.log" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|