diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-02-07 23:54:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-02-07 23:54:00 +0000 |
commit | 40d4f149c6b4d9542978d45f52ea55081e19ac25 (patch) | |
tree | 246cf034f09b674cac5fc0119754d3072de56f20 /src/Makefile.in | |
parent | 00aa16af7c3cef9973a5ad46f4bf8f275f465bbd (diff) | |
download | emacs-40d4f149c6b4d9542978d45f52ea55081e19ac25.tar.gz |
(maintainer-clean): Renamed from realclean.
Print warning message.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4c8e703befd..4634be1f7b4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -924,7 +924,9 @@ clean: mostlyclean /**/# Do not use it on development directories! distclean: clean rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-* -realclean: distclean +maintainer-clean: distclean + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." rm -f TAGS versionclean: -rm -f emacs emacs-* ../etc/DOC* |