76fc9503创建于 2022年2月24日历史提交
#DCF_TOP_BUILDDIR = $(shell pwd)
$(eval DCF_TOP_BUILDDIR := $(abspath $(CURDIR)))
$(info $(DCF_TOP_BUILDDIR))
include $(DCF_TOP_BUILDDIR)/build/linux/opengauss/Makefile.global

SUBDIRS = src

# Supress parallel build to avoid depencies in the subdirectories.
.NOTPARALLEL:

$(recurse)