Обсуждение: pgsql/src/makefiles (Makefile.irix5 Makefile.sco Makefile.ultrix4 Makefile.win)

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

pgsql/src/makefiles (Makefile.irix5 Makefile.sco Makefile.ultrix4 Makefile.win)

От
Peter Eisentraut - PostgreSQL
Дата:
  Date: Friday, October 20, 2000 @ 17:04:13
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/makefiles
     from hub.org:/home/projects/pgsql/tmp/cvs-serv64892/src/makefiles

Modified Files:
    Makefile.irix5 Makefile.sco Makefile.ultrix4 Makefile.win

-----------------------------  Log Message  -----------------------------

Add support for VPATH builds, that is, building somewhere else than in the
source directory.  This involves mostly makefiles using $(srcdir) when they
might have used ".".  (Regression tests don't work with this, yet.)

Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS).  Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.