Skip to content

Commit 77d9f48

Browse files
committed
More debug echoes
1 parent 42eaf0a commit 77d9f48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ release: all
7979

8080
.PHONY: init-block
8181
init-block:
82+
@echo "Building initfs if needed."
8283
@scripts/install-init.sh
8384

8485
.PHONY: install
@@ -146,7 +147,9 @@ test:
146147

147148
.PHONY: install-kernel
148149
install-kernel:
150+
@echo install kernel - stop system
149151
@bin/container system stop || true
152+
@echo install kernel - start system
150153
@bin/container system start --enable-kernel-install $(SYSTEM_START_OPTS)
151154

152155
.PHONY: coverage

0 commit comments

Comments
 (0)