diff options
| author | Richard M. Stallman | 1995-02-07 23:54:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-07 23:54:00 +0000 |
| commit | 40d4f149c6b4d9542978d45f52ea55081e19ac25 (patch) | |
| tree | 246cf034f09b674cac5fc0119754d3072de56f20 /src | |
| parent | 00aa16af7c3cef9973a5ad46f4bf8f275f465bbd (diff) | |
| download | emacs-40d4f149c6b4d9542978d45f52ea55081e19ac25.tar.gz emacs-40d4f149c6b4d9542978d45f52ea55081e19ac25.zip | |
(maintainer-clean): Renamed from realclean.
Print warning message.
Diffstat (limited to 'src')
| -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 | |||
| 924 | /**/# Do not use it on development directories! | 924 | /**/# Do not use it on development directories! |
| 925 | distclean: clean | 925 | distclean: clean |
| 926 | rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-* | 926 | rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-* |
| 927 | realclean: distclean | 927 | maintainer-clean: distclean |
| 928 | @echo "This command is intended for maintainers to use;" | ||
| 929 | @echo "it deletes files that may require special tools to rebuild." | ||
| 928 | rm -f TAGS | 930 | rm -f TAGS |
| 929 | versionclean: | 931 | versionclean: |
| 930 | -rm -f emacs emacs-* ../etc/DOC* | 932 | -rm -f emacs emacs-* ../etc/DOC* |