3 Star 0 Fork 0

Gitee 极速下载 / runq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gotoz/runq/
克隆/下载
make.rules 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
ifndef BASE_DIR
BASE_DIR = $(shell while ! test -e make.rules; do cd ..; done; pwd)
endif
RUNC_ROOT := $(BASE_DIR)/runc
ifndef RUNQ_ROOT
RUNQ_ROOT = /var/lib/runq
endif
export RUNQ_ROOT
QEMU_ROOT := $(RUNQ_ROOT)/qemu
GO := go
ARCH := $(shell uname -m)
GIT_SHA1 := $(shell git rev-parse --short HEAD)
GIT_COMMIT := $(if $(shell git status --porcelain --untracked-files=no | grep -v 'M runc'),$(GIT_SHA1)+,$(GIT_SHA1))
BUILD_IMAGE := runq-build-2004
1
https://gitee.com/mirrors/runq.git
git@gitee.com:mirrors/runq.git
mirrors
runq
runq
master

搜索帮助