Skip to content

Commit 2d791e6

Browse files
committed
Tools.gmk: Use tee for annobin logging
Also remove a trailing space character after binutils log.config.
1 parent 93b1fd6 commit 2d791e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/devkit/Tools.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ $(BUILDDIR)/$(binutils_ver)/Makefile \
475475
--enable-multilib \
476476
--enable-threads \
477477
--enable-plugins \
478-
) 2>&1 | tee $(@D)/log.config
478+
) 2>&1 | tee $(@D)/log.config
479479
@echo 'done'
480480

481481
$(BUILDDIR)/$(mpfr_ver)/Makefile \
@@ -544,7 +544,7 @@ ifneq (,$(annobin_ver))
544544
--without-debuginfod \
545545
--without-clang-plugin \
546546
--without-llvm-plugin \
547-
) > $(@D)/log.config 2>&1
547+
) 2>&1 | tee $(@D)/log.config
548548
@echo 'done'
549549
endif
550550

0 commit comments

Comments
 (0)