comparison Makefile.in @ 14360:74660e3d9659

(extraclean): Use ${top_distclean} to ensure we delete everything distclean deletes.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Jan 1996 06:59:38 +0000
parents bcc924fdb1f8
children af6c9bc726a9
comparison
equal deleted inserted replaced
14359:83a980edc854 14360:74660e3d9659
490 ### says GCC supports it, and that's where the configuration part of 490 ### says GCC supports it, and that's where the configuration part of
491 ### the coding standards seem to come from. It's like distclean, but 491 ### the coding standards seem to come from. It's like distclean, but
492 ### it deletes backup and autosave files too. 492 ### it deletes backup and autosave files too.
493 extraclean: 493 extraclean:
494 for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done 494 for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
495 -(cd lock && rm *) 495 ${top_distclean}
496 -rm config.status config-tmp-* 496 -rm config-tmp-*
497 -rm -f *~ \#* 497 -rm -f *~ \#*
498 498
499 ### Unlocking and relocking. The idea of these productions is to reduce 499 ### Unlocking and relocking. The idea of these productions is to reduce
500 ### hassles when installing an incremental tar of Emacs. Do `make unlock' 500 ### hassles when installing an incremental tar of Emacs. Do `make unlock'
501 ### before unlocking the file to take the write locks off all sources so 501 ### before unlocking the file to take the write locks off all sources so