【学习 PG】Makefile.global.in 的内容

58 阅读1分钟

这个文件作用在于为之后的全局性配置提供了依据,全局配置需要根据 configure 才能完成生成

All PostgreSQL makefiles include this file and use the variables it sets

其中,版本号等信息再 configure 中,在 ./configure 后正式组装生成 makefile.global

输入图片说明