pgsql: Simplify a few makefile rules since install-sh can now install
pgsql: Simplify a few makefile rules since install-sh can now install
От:
petere@postgresql.org (Peter Eisentraut)
Дата:
Log Message:
-----------
Simplify a few makefile rules since install-sh can now install multiple
files in one run.
Modified Files:
--------------
pgsql/src/backend/tsearch:
Makefile (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/Makefile?r1=1.10&r2=1.11)
pgsql/src/interfaces/ecpg/include:
Makefile (r1.34 -> r1.35)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/Makefile?r1=1.34&r2=1.35)
Re: pgsql: Simplify a few makefile rules since install-sh can now install
От:
Alvaro Herrera <alvherre@commandprompt.com>
Дата:
Peter Eisentraut wrote: > Log Message: > ----------- > Simplify a few makefile rules since install-sh can now install multiple > files in one run. We have a bunch of places using cp instead of install-sh for performance reasons; should those be cleaned up too, now? -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support