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

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

[Octave-bug-tracker] [bug #45646] files in source distribution should no


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #45646] files in source distribution should not be deleted on "clean" or "distclean"
Date: Thu, 06 Aug 2015 15:50:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.1.0

Follow-up Comment #7, bug #45646 (project octave):

I've always thought that the clean rules could be written something like
this:


clean:
        rm -f some files that are built by make
        rm -f perhaps leaving some that are not
        rm -f included in a tarball distribution

distclean: clean
        rm -f some other files so that
        rm -f we are back to the set of files
        rm -f from a tarball distribution

maintainer-clean: distclean
        rm -f also remove files that need special
        rm -f tools to rebuild that only maintainers
        rm -f are expected to have


Is that not correct?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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