1 Star 0 Fork 0

cococc12 / libc-database

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
add 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
152334H 提交于 2020-09-08 17:09 . make add position independent (#32)
#!/bin/bash
if [[ $# != 1 ]]; then
echo >&2 "Usage: $0 libc_filename"
exit 2
fi
libc="$(readlink -f "$1")"
cd "$(dirname "$0")"
. common/libc.sh
requirements_general || die "General requirements are not met. Please, refer to README.md for installation instructions"
requirements_local || die "Requirements for index a local libc are not met. Please, refer to README.md for installation instructions"
add_local "$libc"
1
https://gitee.com/cococc12/libc-database.git
git@gitee.com:cococc12/libc-database.git
cococc12
libc-database
libc-database
master

搜索帮助