autoconf
[Top][All Lists]
Advanced

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

Re: how can I use the -C option of 'install' tool


From: Peter Johansson
Subject: Re: how can I use the -C option of 'install' tool
Date: Mon, 10 Sep 2012 16:37:46 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120714 Thunderbird/10.0.6

On 09/10/2012 04:36 PM, Vincent Torri wrote:
# like the normal install target, but does not update header files
>  # (and their time stamps) if the content did not change.
>  install-modified:
>       $(MAKE) install $(AM_MAKEFLAGS) INSTALL_HEADER="$(install_sh_DATA) -C"
>
and in configure.ac :

INSTALL="$INSTALL -C"
No I have nothing in configure.ac.

I guess if you want to have effect on standard 'make install' as well, then you'll need to add something in configure.ac. But I'd consider that unexpected for the user, especially as it is quite expensive and slows down the install quite a bit.

Cheers,
Peter



reply via email to

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