Makefile: shell: make a quieter
So that the user can see the instructional messages better.
This commit is contained in:
parent
6d06ba3c05
commit
59eac8da06
5
Makefile
5
Makefile
|
@ -340,8 +340,9 @@ checksums:
|
||||||
shell: $(PREPROOT)
|
shell: $(PREPROOT)
|
||||||
@scripts/echo 'Entering interactive shell for the $(APPLIANCE) build.'
|
@scripts/echo 'Entering interactive shell for the $(APPLIANCE) build.'
|
||||||
@scripts/echo 'Type "exit" or "^D" to leave'
|
@scripts/echo 'Type "exit" or "^D" to leave'
|
||||||
$(inroot)
|
@scripts/echo
|
||||||
rm -f $(CHROOT)/root/.bash_history
|
@$(inroot)
|
||||||
|
@rm -f $(CHROOT)/root/.bash_history
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@scripts/echo 'Help targets (this is not a comprehensive list)'
|
@scripts/echo 'Help targets (this is not a comprehensive list)'
|
||||||
|
|
Loading…
Reference in New Issue