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

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

[Octave-bug-tracker] [bug #55259] oct-file-pkg-add not removed even by '


From: Rik
Subject: [Octave-bug-tracker] [bug #55259] oct-file-pkg-add not removed even by 'make maintainer-clean'
Date: Fri, 21 Dec 2018 14:31:03 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

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

Thanks.  Is the 'clean' target the correct one for this file?  My
understanding is that if the compiler built it, 'clean' should remove it.  If
configure built it, 'distclean' should remove it.  If it is something else,
then 'maintainer-clean' should certainly remove it.

We have a variable BUILT_DISTFILES which are for files only created when 'make
dist' is run.


BUILT_DISTFILES += \
  AUTHORS \
  BUGS \
  ChangeLog \
  HG-ID \
  INSTALL.OCTAVE


Maybe oct-file-pkg-add should go here since it is only created for 'make
dist'?  BUILT_DISTFILES is already part of MAINTAINERCLEANFILES so it would
get removed if it were added to the list above.

I didn't look at this closely until I saw your patch or I might have suggested
this earlier.  We can also keep it as is since this isn't a big deal.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55259>

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




reply via email to

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