Makefile: shell: make a quieter

So that the user can see the instructional messages better.
This commit is contained in:
Albert Hopkins 2016-03-10 20:10:24 +00:00
parent 6d06ba3c05
commit 59eac8da06
1 changed files with 3 additions and 2 deletions

View File

@ -340,8 +340,9 @@ checksums:
shell: $(PREPROOT)
@scripts/echo 'Entering interactive shell for the $(APPLIANCE) build.'
@scripts/echo 'Type "exit" or "^D" to leave'
$(inroot)
rm -f $(CHROOT)/root/.bash_history
@scripts/echo
@$(inroot)
@rm -f $(CHROOT)/root/.bash_history
help:
@scripts/echo 'Help targets (this is not a comprehensive list)'