1 Star 0 Fork 0

xjy198903/firmwared

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tom Gundersen 提交于 2016-11-28 17:06 . firmwared: initial commit
#!/bin/bash
set -e
oldpwd=$(pwd)
topdir=$(dirname $0)
cd $topdir
mkdir -p ./build/m4/
autoreconf --force --install --symlink
cd $oldpwd
if [[ "$1" == "c" ]]; then
$topdir/configure --prefix=/usr --libdir=$(cd "/usr/lib/$(gcc -print-multi-os-directory)"; pwd)
make clean
else
echo
echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
echo "$topdir/configure"
echo
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xjy198903/firmwared.git
[email protected]:xjy198903/firmwared.git
xjy198903
firmwared
firmwared
master

搜索帮助