Module Name: src Committed By: kre Date: Tue Nov 28 02:56:44 UTC 2017
Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: armv7.conf rpi.conf rpi_inst.conf x86.conf Log Message: Be more precise about exactly what fails when something does. Relying upon set -e to abort things is sort of OK (it is not a recommended option to use in general - too many odd special cases), but only if user can work out from the "build failed" what actually went wrong. Tested only on amd64 build (for this, i386 is the same) - if anyone has problems on builds for other systems, please let me know. However the changes affect only failure paths, the most likely problem would be for a build to fail to halt on an error, and I hope I have avoided that. There should be no difference at all to error-free builds. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/distrib/utils/embedded/mkimage cvs rdiff -u -r1.19 -r1.20 src/distrib/utils/embedded/conf/armv7.conf cvs rdiff -u -r1.31 -r1.32 src/distrib/utils/embedded/conf/rpi.conf cvs rdiff -u -r1.9 -r1.10 src/distrib/utils/embedded/conf/rpi_inst.conf cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/embedded/conf/x86.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.