Обсуждение: pgsql-server/ oc/TODO rc/port/Makefile

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

pgsql-server/ oc/TODO rc/port/Makefile

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/08/13 00:12:04

Modified files:
    doc            : TODO
    src/port       : Makefile

Log message:
    I'm quite fond of doing VPATH builds, i.e. building outside the source
    tree. This also catches lots of little Makefile bugs, so here's a small
    patch for one of them (replacing an explicit reference to thread.c with
    a reference to it as the first prerequsite of the rule makes make look
    for it in the place where it was found (the source tree) rather than in
    the build tree. (using GNU make 3.79.1)

    John Gray