automake
[Top][All Lists]
Advanced

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

Re: incremental make install


From: Warren Young
Subject: Re: incremental make install
Date: Thu, 22 Jan 2009 10:33:16 -0700
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Bob Friesenhahn wrote:

Perhaps the solution is to use an 'install' program which only copies files if they have changed. Rsync is an example of a program which can do this.

rsync doesn't use timestamps. It looks at the entire file contents for both source and target, and performs some pretty hefty computation on them. Thus, it only gives a speedup when copying files over a slow link between two machines. It's great over the Internet, not so great over a fast LAN, and useless within a single machine.




reply via email to

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