[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2
From: |
Mike Miller |
Subject: |
[Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times |
Date: |
Tue, 01 Mar 2016 21:53:54 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0.2 |
Follow-up Comment #2, bug #46063 (project octave):
Are you sure the files are actually being rebuilt?
I see these "GEN" lines multiple times, but it's because the rules use the
move-if-changed function, which tries to build the file again but doesn't
update the timestamp on the file if its content doesn't need to be updated.
This leaves the file with its old timestamp, so make perpetually thinks it
needs to be rebuilt, but the build rule does not update it.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46063>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Rik, 2016/03/01
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times,
Mike Miller <=
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Mike Miller, 2016/03/01
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Rik, 2016/03/01
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Mike Miller, 2016/03/01
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Mike Miller, 2016/03/01
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, John W. Eaton, 2016/03/01
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Mike Miller, 2016/03/01
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, John W. Eaton, 2016/03/02
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Rik, 2016/03/02
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, John W. Eaton, 2016/03/02
- [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times, Rik, 2016/03/02