(maintainer-clean): Renamed from realclean.
Print warning message.
This commit is contained in:
parent
00aa16af7c
commit
40d4f149c6
1 changed files with 3 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Reference in a new issue