27 Star 20 Fork 70

openGauss / CM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘博文 提交于 2022-11-07 15:24 . 1030 CM patch
CM_TOP_BUILDDIR = .
include $(CM_TOP_BUILDDIR)/build/Makefile.global
ifndef CM_VERSION_STR
PROJECT_NAME = CM
COMMIT_ID = $(shell git rev-parse HEAD | cut -b 1-8)
COMPILE_TIME = $(shell date "+%Y-%m-%d %H:%M:%S")
export CM_VERSION_STR = ($(PROJECT_NAME) build $(COMMIT_ID)) compiled at $(COMPILE_TIME) $(BUILD_TYPE)
$(info CM_VERSION_STR=$(CM_VERSION_STR))
endif
SUBDIRS = src
$(recurse)
1
https://gitee.com/opengauss/CM.git
git@gitee.com:opengauss/CM.git
opengauss
CM
CM
master

搜索帮助