Browse Source

create separate USE_DIAG.log

pull/54/head
Gorgone 4 years ago
committed by GitHub
parent
commit
fb3804be9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      support/functions/_cmd_build

3
support/functions/_cmd_build

@ -249,6 +249,9 @@ fi
#link lastlog
ln -sf "$ldir/$log_name" "$workdir/lastbuild.log"
if [ ${USE_vars[USE_DIAG]} = "USE_DIAG=1" ]; then
grep -v "^CC\||\|LINK\|STRIP\|+\|^HOST\|^GEN\|___" >"$workdir/USE_DIAG.log" -i "$workdir/lastbuild.log"
fi
#EXTRA_COPY_DIR
if [ $EXTRA_COPY_DIR -eq 1 ]; then

Loading…
Cancel
Save