GNU make to consider files checksum

2008-04-12 Thread Giuseppe Scrivano
Hello, I could find on this ML archives only a thread about this subject: to consider the file checksum instead of the timestamp. Other systems like scons already support this feature and it would be great to have it for GNU Make too. I attached a patch against the current CVS to add --use-checks

Re: GNU make to consider files checksum

2008-04-12 Thread Eli Zaretskii
> From: Giuseppe Scrivano <[EMAIL PROTECTED]> > Date: Fri, 11 Apr 2008 23:45:02 +0200 > > Other systems like scons already support this feature and it would be > great to have it for GNU Make too. > > I attached a patch against the current CVS to add --use-checksum to > GNU Make, it is just a pro

Re: GNU make to consider files checksum

2008-04-12 Thread Giuseppe Scrivano
2008/4/12, Eli Zaretskii <[EMAIL PROTECTED]>: > Thanks. (I'm not the head maintainer, so please wait for Paul and > others to respond.) > > > +int > > +compute_checksum(struct file *new) > > +{ > > + int checksum = 0; > > + FILE *f; > > + char buffer [4096]; > > + > > + f = fopen (new

Ping: @file response file support for make, revised

2008-04-12 Thread Joseph S. Myers
Ping. Any comments yet on my patch to add @file support to GNU make to handle command lines exceeding OS length limits? -- Joseph S. Myers [EMAIL PROTECTED] ___ Bug-make mailing li