📄 compile-autotools
字号:
#! /bin/sh # debug#set -x# stop on errorsset -efor package in . ./innobasedo (cd $package rm -rf config.cache autom4te.cache aclocal autoheader libtoolize --force aclocal automake --add-missing --force-missing autoconf)done#rm -rf ./bdb/build_unix/config.cache ./bdb/dist/autom4te.cache#(cd ./bdb/dist && sh s_all)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -