comparison Makefile.in @ 35672:a2006be1b1a7

(extraclean): Added -f to -rm config-tmp-* to keep it quiet.
author Bill Wohler <wohler@newt.com>
date Sun, 28 Jan 2001 23:37:58 +0000
parents 272a444136b8
children f9f8d1580036
comparison
equal deleted inserted replaced
35671:b864d66c5095 35672:a2006be1b1a7
560 ### the coding standards seem to come from. It's like distclean, but 560 ### the coding standards seem to come from. It's like distclean, but
561 ### it deletes backup and autosave files too. 561 ### it deletes backup and autosave files too.
562 extraclean: 562 extraclean:
563 for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done 563 for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done
564 ${top_distclean} 564 ${top_distclean}
565 -rm config-tmp-* 565 -rm -f config-tmp-*
566 -rm -f *~ \#* 566 -rm -f *~ \#*
567 567
568 ### Unlocking and relocking. The idea of these productions is to reduce 568 ### Unlocking and relocking. The idea of these productions is to reduce
569 ### hassles when installing an incremental tar of Emacs. Do `make unlock' 569 ### hassles when installing an incremental tar of Emacs. Do `make unlock'
570 ### before unlocking the file to take the write locks off all sources so 570 ### before unlocking the file to take the write locks off all sources so