📄 makefile.in
字号:
## Makefile for @THIS_BROKER_NAME@#all: ./RunBrokerclean: -(cd admin; rm -f Registry* LAST* ii* tt*) -rm -rf core .glimpse_* index objects stats.htmlrealclean: clean -(cd admin; rm -f LOG*) -rm -f broker.out# reboot-broker will cause the Broker to start cleanly from scratchreboot-broker: reboot-note clean all @echo "Rebooted the Broker."reboot-note: @echo "NOTE: You should have already shutdown the Broker." @echo "If you haven't, then shut it down now! I'll give you a minute." -@sleep 60 @echo "Ok, rebooting the broker now..."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -