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

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

[Octave-bug-tracker] [bug #44383] parallel make fails to build sometimes


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44383] parallel make fails to build sometimes
Date: Fri, 27 Feb 2015 19:30:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

Follow-up Comment #6, bug #44383 (project octave):

Oh, hmm, I recall that back in the dark ages before we started using automake
and libtool, we generated dependency files that included the .df files in
addition to the .o files.  So we'd have something like


foo.o foo.df : foo.h bar.h some-other.h ...


Now with automake and libtool, we just get the .lo file as the LHS of the
dependency rule in the .Plo files.

I think the way to do this with automake is to override the .cc.lo rule.  If
we do that, then I think the dependencies would be accurate and kept up to
date automatically.  The only drawback is keeping our custom rules working
properly for new and/or multiple versions of automake.  It would be nice if we
could somehow insert our own filter into the existing rule, but I don't think
there is a way to do that.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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