unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Makefile.in
@ 2004-03-13 16:38 Luc Teirlinck
  2004-03-13 17:05 ` Makefile.in Miles Bader
  0 siblings, 1 reply; 7+ messages in thread
From: Luc Teirlinck @ 2004-03-13 16:38 UTC (permalink / raw)


Part of the documentation in Makefile.in, quoted below, looks strange.
>From it, I would get the impression that .elc files would be deleted
by `make clean' and certainly by `make distclean'.  This does not
happen.  Is the fact that it does not happen a bug or is it to be
expected?  If it is not a bug then why does the text below seem to
suggest that the difference between `make distclean' and `make
maintainer-clean' consists of the removal of some obscure stuff,
whereas the main difference is that `make maintainer-clean' removes
.elc files.  Note that I am by no means an expert on make files, but
the information quoted below does seem to be relevant even to non make
file experts.

# make clean  or  make mostlyclean
#      Delete all files from the current directory that are normally
#      created by building the program.	  Don't delete the files that
#      record the configuration.  Also preserve files that could be made
#      by building, but normally aren't because the distribution comes
#      with them.
#
#      Delete `.dvi' files here if they are not part of the distribution.
#
# make distclean
#      Delete all files from the current directory that are created by
#      configuring or building the program.  If you have unpacked the
#      source and built the program without creating any other files,
#      `make distclean' should leave only the files that were in the
#      distribution.
#
# make maintainer-clean
#      Delete everything from the current directory that can be
#      reconstructed with this Makefile.  This typically includes
#      everything deleted by distclean, plus more: C source files
#      produced by Bison, tags tables, info files, and so on.
#
# make extraclean
#      Still more severe - delete backup and autosave files, too.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-03-15  4:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-13 16:38 Makefile.in Luc Teirlinck
2004-03-13 17:05 ` Makefile.in Miles Bader
2004-03-13 17:27   ` Makefile.in Luc Teirlinck
2004-03-13 23:53     ` Makefile.in Miles Bader
2004-03-14  0:29       ` Makefile.in Luc Teirlinck
2004-03-14 16:55   ` Makefile.in Eli Zaretskii
2004-03-15  4:56   ` Makefile.in Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).