comparison src/Makefile.in @ 92470:1d403e495bb9

(clean): Remove emacs-*.*.* instead of emacs-*. (versionclean): Likewise.
author Andreas Schwab <schwab@suse.de>
date Tue, 04 Mar 2008 13:29:10 +0000
parents ff7a3592c48b
children 6c6216b3b878
comparison
equal deleted inserted replaced
92469:b2bd2a4f72cf 92470:1d403e495bb9
1303 rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a 1303 rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a
1304 rm -f ../etc/DOC 1304 rm -f ../etc/DOC
1305 rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} 1305 rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT}
1306 rm -f buildobj.lst 1306 rm -f buildobj.lst
1307 clean: mostlyclean 1307 clean: mostlyclean
1308 rm -f emacs-*${EXEEXT} emacs${EXEEXT} 1308 rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT}
1309 /**/# This is used in making a distribution. 1309 /**/# This is used in making a distribution.
1310 /**/# Do not use it on development directories! 1310 /**/# Do not use it on development directories!
1311 distclean: clean 1311 distclean: clean
1312 rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* 1312 rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-*
1313 mv ./.gdbinit ./.gdbinit.save 1313 mv ./.gdbinit ./.gdbinit.save
1316 maintainer-clean: distclean 1316 maintainer-clean: distclean
1317 @echo "This command is intended for maintainers to use;" 1317 @echo "This command is intended for maintainers to use;"
1318 @echo "it deletes files that may require special tools to rebuild." 1318 @echo "it deletes files that may require special tools to rebuild."
1319 rm -f TAGS 1319 rm -f TAGS
1320 versionclean: 1320 versionclean:
1321 -rm -f emacs${EXEEXT} emacs-* ../etc/DOC* 1321 -rm -f emacs${EXEEXT} emacs-*.*.*${EXEEXT} ../etc/DOC*
1322 extraclean: distclean 1322 extraclean: distclean
1323 -rm -f *~ \#* m/?*~ s/?*~ 1323 -rm -f *~ \#* m/?*~ s/?*~
1324 1324
1325 /* Arrange to make a tags table TAGS-LISP for ../lisp, 1325 /* Arrange to make a tags table TAGS-LISP for ../lisp,
1326 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */ 1326 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */