armbian-build/lib
The-going a7f67e295f
Standard error output is always sent to the file.
Currently, compilation errors from the standard error channel
are sent to standard output, and then the shared stream
can be routed to the $DEST/debug/compilation.log file or not.
As a result, we can see either empty compilation.log file,
or a file containing a million lines of total output.
This behavior makes little sense.

After applying this patch, compilation errors
will always be sent to $DIST/debug/compilation.log

The file will look something like this:
----------------------------------------------------------------
	== atf ==


	== u-boot ==

.config:1253:warning: override: reassigning to symbol BOOTDELAY

	== kernel ==

In file included from ./include/linux/kernel.h:11:0,
                 from ./include/linux/clk.h:16,
                 from drivers/iio/adc/sun4i-gpadc-iio.c:25:
	......
---
2019-03-17 18:27:19 +03:00
..
build-all.sh [ buildscript ] Adjust icon path in build report 2019-03-10 21:40:14 +01:00
chroot-buildpackages.sh Change default DNS resolver for chroot to cludfare alternate, and make it configurable 2019-01-03 14:03:08 +01:00
compilation.sh Standard error output is always sent to the file. 2019-03-17 18:27:19 +03:00
configuration.sh [ general ] Bump with version - updating armbian-config 2019-03-11 07:35:27 +01:00
debootstrap-ng.sh Change default DNS resolver for chroot to cludfare alternate, and make it configurable 2019-01-03 14:03:08 +01:00
desktop.sh Desktop upgrade bugfix 2018-09-19 09:38:13 +02:00
distributions.sh [ sunxi-next ] Enable apparmor and selinux support and a tiny Debian locale bugfix 2019-03-08 18:50:27 +01:00
fel-load.sh Update the build script github repo address 2017-08-01 12:51:10 +03:00
general.sh fix fetch gpg key behind a proxy 2019-03-12 14:44:02 +08:00
image-helpers.sh check the return code of customize_image.sh for errors 2018-10-12 16:07:39 +02:00
main.sh return build options upon completion to make it easy to repeat build 2019-03-08 00:04:02 -05:00
makeboarddeb.sh [ general ] bugfix 2019-02-08 16:08:44 +01:00
repository.sh Merging main libs into the stable. Hack for building Bionic on Xenial left out 2018-05-24 21:01:02 +02:00
upgrade.sh Add migration checks and messages 2017-08-01 12:28:19 +03:00