Ai
30 Star 23 Fork 109

openGauss/CM

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Makefile 410 Bytes
Copy Edit Raw Blame History
刘博文 authored 2022-11-07 15:24 +08:00 . 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)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opengauss/CM.git
git@gitee.com:opengauss/CM.git
opengauss
CM
CM
master

Search