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

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

[Octave-bug-tracker] [bug #54308] xerbla.c/xerbla.cc compilation error


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54308] xerbla.c/xerbla.cc compilation error
Date: Fri, 13 Jul 2018 15:29:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #5, bug #54308 (project octave):

No, they have nothing to do with the compilation stage itself. They are an
output of the compiler, not an input. They are an input to the make program.

The dependency files are there so that when you make an edit to, let's say
symtab.h, all object files that come from a source file that include symtab.h
will be recompiled automatically.

With this feature disabled, if you edit symtab.h and type 'make all', it's
possible that nothing will get recompiled.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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