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

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

[Octave-bug-tracker] [bug #48430] scripts/DOCSTRINGS nearly always rebui


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48430] scripts/DOCSTRINGS nearly always rebuilt causing full doc build
Date: Thu, 7 Jul 2016 18:27:52 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0

Follow-up Comment #2, bug #48430 (project octave):

Both libinterp/DOCSTRINGS and scripts/DOCSTRINGS are rebuilt every time now,
instead of only if the contents change, and this forces a full rebuild of the
documentation.

Either


$ touch ../libinterp/corefcn/data.cc
$ make all


or 


$ touch ../scripts/time/now.m
$ make


cause the corresponding ../libinterp/DOCSTRINGS or ../scripts/DOCSTRINGS to be
rebuilt, without move-if-change, and so on.

The relevant changes on the default branch are

http://hg.savannah.gnu.org/hgweb/octave/rev/627f582edbe3#l2.25
http://hg.savannah.gnu.org/hgweb/octave/rev/112b20240c87#l131.167

So this was tied to the move to build doc strings from the true source files,
rather than intermediate preprocessed files, but maybe an unintentional side
effect.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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