Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread Janek Warchoł
On Tue, Jul 3, 2012 at 10:19 PM, David Kastrup wrote: > It is almost certainly a problem with your system clock. If you have > touched source files with a future clock, and now the clock is right, > then compiled files will be outdated ("older" than the source file) > immediately after compilatio

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread David Kastrup
Werner LEMBERG writes: >> It is almost certainly a problem with your system clock. If you have >> touched source files with a future clock, and now the clock is right, >> then compiled files will be outdated ("older" than the source file) >> immediately after compilation again. > > There is a sp

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread Werner LEMBERG
> It is almost certainly a problem with your system clock. If you have > touched source files with a future clock, and now the clock is right, > then compiled files will be outdated ("older" than the source file) > immediately after compilation again. There is a special built-in target in GNU ma

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread David Kastrup
Janek Warchoł writes: > On Tue, Jul 3, 2012 at 8:55 PM, Janek Warchoł > wrote: >> Now comes the most surprising part: just to make sure, i just did >> the following: >> checkout origin/master # local master contained a revert of that commit >> make from scratch >> add a trivial change >> make

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread Janek Warchoł
On Tue, Jul 3, 2012 at 8:55 PM, Janek Warchoł wrote: > Now comes the most surprising part: just to make sure, i just did the > following: > checkout origin/master # local master contained a revert of that commit > make from scratch > add a trivial change > make bin ...succeeds! Are you a magic

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread Janek Warchoł
On Tue, Jul 3, 2012 at 7:35 PM, David Kastrup wrote: > So obviously something else is wrong here. Try removing > lily/out/smobs.dep and lily/out/smobs.o and see whether this helps. > > To be expected is a large amount of recompilation _once_ since a lot of > files need smobs.hh. If it occurs rep

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread m...@apollinemike.com
On 3 juil. 2012, at 19:46, Jean-Charles Malahieude wrote: > Le 03/07/2012 19:23, Janek Warchoł disait : >> Hi, >> >> until recently, 'make bin' was a very smart tool: it recompiled only >> necessary .cc files, not everything. That was lifesaving: instead of >> having to wait for 5 minutes, i got

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread Jean-Charles Malahieude
Le 03/07/2012 19:23, Janek Warchoł disait : Hi, until recently, 'make bin' was a very smart tool: it recompiled only necessary .cc files, not everything. That was lifesaving: instead of having to wait for 5 minutes, i got the results of my changes in 5 seconds. Unfortunately, this is no longer

Re: make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread David Kastrup
Janek Warchoł writes: > until recently, 'make bin' was a very smart tool: it recompiled only > necessary .cc files, not everything. That was lifesaving: instead of > having to wait for 5 minutes, i got the results of my changes in 5 > seconds. Unfortunately, this is no longer the case: no matte

make bin got dumb because of "Fix description in lily/include/smobs.hh"

2012-07-03 Thread Janek Warchoł
Hi, until recently, 'make bin' was a very smart tool: it recompiled only necessary .cc files, not everything. That was lifesaving: instead of having to wait for 5 minutes, i got the results of my changes in 5 seconds. Unfortunately, this is no longer the case: no matter how trivial the change, m