octave-bug-tracker
[Top][All Lists]
Advanced

[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: John W. Eaton
Subject: [Octave-bug-tracker] [bug #46063] Build system re-makes certain files 2 or even 3 times
Date: Wed, 02 Mar 2016 18:35:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

Follow-up Comment #17, bug #46063 (project octave):

The problem with the current setup is that the configuration info is stored in
the Makefile but Makefile often changes in other ways that don't affect the
generated files.  That's why move-if-change is used, to avoid a cascade of
building other things when no real change has happened.

One solution is to generate the files at configure time and break the
dependency on Makefile.  But then we need to prevent inconsistencies if
configuration variables are modified on the Make command line.

Regarding your version.h example, that file would be generated by configure,
so it would be up to date in the sequence of events that you describe.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46063>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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