Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "verbose.mk: print ERROR messages in non-verbose"
This reverts commit aee3594 as it breaks existing uses of '$(call ERROR_MESSAGE,...)' during verbose builds. For example, 'Build/check-size' doesn't print error messages on failed checks, rather the printing itself fails with: bash: line 1: 8: Bad file descriptor This happens because the commit doesn't properly handle shell redirects across makes/submakes during the build process, and later attempts to fix this showed the problem isn't trivial. Signed-off-by: Tony Ambardar <[email protected]>
- Loading branch information