/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/backend/storage/sync/Makefile
18 строк
425 B
Andres Freund
Split all OBJS style lines in makefiles into one-line-per-entry style.
06 ноя 2019, 01:41
06 ноя 2019, 01:41
01368e5
Код
Авторство
О чём код?
#------------------------------------------------------------------------- # # Makefile-- # Makefile for storage/sync # # IDENTIFICATION # src/backend/storage/sync/Makefile # #------------------------------------------------------------------------- subdir = src/backend/storage/sync top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global OBJS = \ sync.o include $(top_srcdir)/src/backend/common.mk