mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* test/Makefile.in (mostlyclean): Use ${LOGFILES}.
This commit is contained in:
parent
b895c72059
commit
282030fd34
@ -164,7 +164,7 @@ check-doit: ${LOGFILES}
|
||||
.PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
|
||||
|
||||
mostlyclean:
|
||||
-@for f in *.log; do test ! -f $$f || mv $$f $$f~; done
|
||||
-@for f in ${LOGFILES}; do test ! -f $$f || mv $$f $$f~; done
|
||||
|
||||
clean:
|
||||
-rm -f ${LOGFILES} ${LOGSAVEFILES}
|
||||
|
Loading…
Reference in New Issue
Block a user