Обсуждение: pgsql: We don't need to rebuild objfiles.txt every time an object file

Поиск
Список
Период
Сортировка

pgsql: We don't need to rebuild objfiles.txt every time an object file

От
petere@postgresql.org (Peter Eisentraut)
Дата:
Log Message:
-----------
We don't need to rebuild objfiles.txt every time an object file changes.
So only rebuild when a makefile changes (which presumably defines the
file list somewhere), and only touch the file if an object changed. The
touch is necessary so the parent make knows something changed and
ultimately rebuilds postgres.

Modified Files:
--------------
    pgsql/src/backend:
        common.mk (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/common.mk?r1=1.2&r2=1.3)