Thread: pgsql: Use 'cp' and 'chmod' in place of 'install' to install header

pgsql: Use 'cp' and 'chmod' in place of 'install' to install header

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
Use 'cp' and 'chmod' in place of 'install' to install header files.
This reduces header file install from 8 seconds to 0.40 seconds.

Modified Files:
--------------
    pgsql/src:
        Makefile.global.in (r1.212 -> r1.213)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.212&r2=1.213)
    pgsql/src/include:
        Makefile (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/Makefile.diff?r1=1.19&r2=1.20)