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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use 'cp' and 'chmod' in place of 'install' to install header
Date: 2005-03-25 23:22:54
Message-ID: 20050325232254.B46CD52A69@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-26 00:41:32 pgsql: Prevent to_char(interval) from dumping core on month-related
Previous Message Bruce Momjian 2005-03-25 23:13:24 pgsql: Add > o Do VACUUM FULL if table is nearly empty?