diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-01-29 17:23:57 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-01-29 17:23:57 -0500 |
commit | dd54dd008d50a301505b8afd1a24326e1a75733b (patch) | |
tree | 4f2ef705dc39d5529b209d4ee0366f563f612e30 /Makefile | |
parent | 1444f5f3e57e11302eb08596f55203ef035ab247 (diff) | |
download | vyos-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |