Added simple logging in order to track build errors easier. This hasn't been tested yet.

This commit is contained in:
Ivan Davidov 2016-04-17 18:13:29 +03:00
parent 24524f4641
commit adaae66aa2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,4 +8,5 @@
/src/work/**
/src/*.iso
/src/*.img
/src/*.log

View File

@ -7,7 +7,7 @@
.DEFAULT_GOAL := help
all: clean
@time sh build_minimal_linux_live.sh
@time sh build_minimal_linux_live.sh 2>&1 | tee minimal_linux_live.log
clean:
@rm -rf source