summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-01-29 17:23:57 -0500
committerDaniil Baturin <daniil@baturin.org>2016-01-29 17:23:57 -0500
commitdd54dd008d50a301505b8afd1a24326e1a75733b (patch)
tree4f2ef705dc39d5529b209d4ee0366f563f612e30 /Makefile
parent1444f5f3e57e11302eb08596f55203ef035ab247 (diff)
downloadvyos-build-dd54dd008d50a301505b8afd1a24326e1a75733b.tar.gz
vyos-build-dd54dd008d50a301505b8afd1a24326e1a75733b.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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: