automake
[Top][All Lists]
Advanced

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

Re: [PATCH] compare header files before installing


From: Raja R Harinath
Subject: Re: [PATCH] compare header files before installing
Date: 17 Oct 2000 00:16:38 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Alexandre Oliva <address@hidden> writes:
> On Oct 16, 2000, Akim Demaille <address@hidden> wrote:
> > This patch seems OK to me, but I'd appreciate if Alexandre, Tom, Pavel
> > or Jim could confirm it's OK.
> 
> I have mixed feelings about this.  At first, it may sound nice to not
> touch pre-existing files.  However, think of someone that uses the
> timestamp to decide whether a certain file is part of the newly
> installed package or just some remnant from an old release that can
> now be removed...

One approach would be to use $(INSTALL_HEADER) which defaults to
$(INSTALL_DATA), and allow users to specify a special installer if
they choose.  Of course, it would be nice if 'install' in fileutils
could be extended to provide a --only-if-change option.

Usage would be something like

  make INSTALL_HEADER='install --only-if-change' install 

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

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