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

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

[Octave-bug-tracker] [bug #49330] Stale files after make install


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #49330] Stale files after make install
Date: Thu, 13 Oct 2016 17:52:42 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

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

One solution would be to create a list of all files that were installed,
probably along with checksums, and create a tool to remove those if they still
matched and warn otherwise, giving the user the choice of what to do.  But
that's more like a package system, and that's not really the purpose of
autotools so doubt it would get much support from autotools developers.

If you build with --prefix set to a directory that is just for Octave, then it
is easy enough to just rm -rf that directory tree before doing "make install".
 But --prefix doesn't have to be unique to Octave.  If --prefix is /usr, then
I don't think you want to be doing "rm -rf /usr" before proceeding with the
rest of the installation.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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