Makefile: print some helpful status messages

This commit is contained in:
Albert Hopkins 2015-12-10 17:17:21 +00:00
parent 1253b0325e
commit 43408fc986
1 changed files with 3 additions and 0 deletions

View File

@ -345,11 +345,14 @@ appliance-list:
checksums: checksums:
@scripts/echo 'Calculating checksums'
$(RM) $(CHECKSUMS) $(RM) $(CHECKSUMS)
cd $(IMAGES) && sha256sum --binary * > $(CHECKSUMS).tmp cd $(IMAGES) && sha256sum --binary * > $(CHECKSUMS).tmp
mv $(CHECKSUMS).tmp $(CHECKSUMS) mv $(CHECKSUMS).tmp $(CHECKSUMS)
shell: $(PREPROOT) shell: $(PREPROOT)
@scripts/echo 'Entering interactive shell for the $(APPLIANCE) build.'
@scripts/echo 'Type "exit" or "^D" to leave'
$(inroot) $(inroot)
help: help: