Added simple logging in order to track build errors easier. This hasn't been tested yet.
This commit is contained in:
parent
24524f4641
commit
adaae66aa2
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,5 @@
|
||||
/src/work/**
|
||||
/src/*.iso
|
||||
/src/*.img
|
||||
/src/*.log
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user