Makefile: shell: remove /root/.bash_history on exit
So not to pullute the history in the appliance.
This commit is contained in:
parent
43408fc986
commit
e73c7cebb5
1
Makefile
1
Makefile
|
@ -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)'
|
||||||
|
|
Loading…
Reference in New Issue