From 59eac8da06c2c35cfc96eb1977d38fd6a3a6885a Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 10 Mar 2016 20:10:24 +0000 Subject: [PATCH] Makefile: shell: make a quieter So that the user can see the instructional messages better. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cbf16e9..12e2ac7 100644 --- a/Makefile +++ b/Makefile @@ -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)'