Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
support/functions/_cmd_build
|
@ -249,6 +249,9 @@ 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 |
|
|
|
|
|
grep -v "^CC\||\|LINK\|STRIP\|+\|^HOST\|^GEN\|___" >"$workdir/USE_DIAG.log" -i "$workdir/lastbuild.log" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
#EXTRA_COPY_DIR |
|
|
#EXTRA_COPY_DIR |
|
|
if [ $EXTRA_COPY_DIR -eq 1 ]; then |
|
|
if [ $EXTRA_COPY_DIR -eq 1 ]; then |
|
|