1 Star 0 Fork 0

openbmc/phosphor-ipmi-ethstats

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bootstrap.sh 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
AUTOCONF_FILES="Makefile.in aclocal.m4 ar-lib autom4te.cache compile \
config.guess config.h.in config.sub configure depcomp install-sh \
ltmain.sh missing *libtool test-driver"
case $1 in
clean)
test -f Makefile && make maintainer-clean
for file in ${AUTOCONF_FILES}; do
find . -name "$file" -prune -exec rm -rf {} \;
done
exit 0
;;
esac
autoreconf -i
# shellcheck disable=SC2016
echo 'Run "./configure ${CONFIGURE_FLAGS} && make"'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openbmc_masterhu/phosphor-ipmi-ethstats.git
git@gitee.com:openbmc_masterhu/phosphor-ipmi-ethstats.git
openbmc_masterhu
phosphor-ipmi-ethstats
phosphor-ipmi-ethstats
master

搜索帮助