From dd54dd008d50a301505b8afd1a24326e1a75733b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 29 Jan 2016 17:23:57 -0500 Subject: Remove the "build successful" message for now. Apparently live-build doesn't return $?>0 correctly for certain failures, which may lead to misleading success message when the build in fact had failed. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56e61d9b..28c6b96f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ iso: prepare @echo "It's not like I'm building this specially for you or anything!" cd $(build_dir) lb build 2>&1 | tee build.log - @echo "VyOS ISO build successful" .PHONY: prepare-package-env .ONESHELL: -- cgit v1.2.3