Makefile: shell: remove /root/.bash_history on exit

So not to pullute the history in the appliance.
This commit is contained in:
Albert Hopkins 2015-12-10 17:17:50 +00:00
parent 43408fc986
commit e73c7cebb5
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ 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) $(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)'