1 Star 1 Fork 1

FusionStack / Samba_SimpleDFS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
PREVPATH=`dirname $0`
WAF=./buildtools/bin/waf
# using JOBS=1 gives maximum compatibility with
# systems like AIX which have broken threading in python
JOBS=1
export JOBS
# Make sure we don't have any library preloaded.
unset LD_PRELOAD
cd . || exit 1
${PYTHON:=python} $WAF configure "$@" || exit 1
cd $PREVPATH
1
https://gitee.com/FusionStack/Samba_SimpleDFS.git
git@gitee.com:FusionStack/Samba_SimpleDFS.git
FusionStack
Samba_SimpleDFS
Samba_SimpleDFS
master

搜索帮助