diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2019-05-03 15:49:40 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2019-05-03 15:49:40 +0200 |
commit | 396b8265144186d7d4292b24d76a328700034d62 (patch) | |
tree | 54db0bf7ed32add2ae1931c54599e0748e0246cc /Makefile | |
parent | 8984e91e89191a5092a0d4ad028ebf0bb0f69f9d (diff) | |
download | vyos-build-396b8265144186d7d4292b24d76a328700034d62.tar.gz vyos-build-396b8265144186d7d4292b24d76a328700034d62.zip |
Revert "Makefile: proper handle 'make iso' error codes"
This reverts commit 2ffff339c5515280a1926d2ee134d5d2c7cdbcfc.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -28,13 +28,9 @@ prepare: .ONESHELL: iso: check_build_config clean prepare @set -e - @set -o pipefail @echo "It's not like I'm building this specially for you or anything!" cd $(build_dir) lb build 2>&1 | tee build.log - if [ "$?" != "0" ]; then - exit 1 - fi cd .. @scripts/copy-image |