From 396b8265144186d7d4292b24d76a328700034d62 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Fri, 3 May 2019 15:49:40 +0200 Subject: Revert "Makefile: proper handle 'make iso' error codes" This reverts commit 2ffff339c5515280a1926d2ee134d5d2c7cdbcfc. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 628574e2..3bfa9597 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3