This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Installing only updated headers


>>> "Simon" == Simon Perkins <s.perkins@lanl.gov> writes:

[...]

 Simon> The obvious solution is to use the -C option to install
 Simon> which will only copy header files that have actually
 Simon> changed since the last install. How do I get automake to
 Simon> do this?

Overwrite INSTALL_HEADER from you Makefile.am?

 Simon> I notice that the Makefiles generated by automake set
 Simon> $(INSTALL) to 'install -c', and that this -c option is
 Simon> ignored by GNU install. What does the -c option do? Is
 Simon> it supposed to be -C?

-c == copy the file (i.e. don't move it).

-- 
Alexandre Duret-Lutz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]