automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make install not overwriting progname.conf


From: Tom Tromey
Subject: Re: make install not overwriting progname.conf
Date: 21 Apr 2002 13:56:51 -0600

>>>>> "Rob" == Robert Collins <address@hidden> writes:

Rob> Squid does something similar...
Rob> sysconf_DATA = squid.conf.default

Rob> install-data-local: install-sysconfDATA install-dataDATA
Rob> [ ... ]

This looks like a good approach.
Note that you can use install-data-hook; a -hook will always be run
after all the other install-data rules.  That way you can just omit
the dependencies.  This is better because the names of those
dependencies may change from release to release; they aren't a
documented part of the API.  (And in fact some day we'll probably
rename them to follow our "don't trash the namespace" naming
convention.)

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]