emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 282030f 1/2: * test/Makefile.in (mostlyclean): Use


From: Michael Albinus
Subject: [Emacs-diffs] master 282030f 1/2: * test/Makefile.in (mostlyclean): Use ${LOGFILES}.
Date: Wed, 20 Jan 2016 10:04:01 +0000

branch: master
commit 282030fd3408871e9e67abdc4037edbb35b63162
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * test/Makefile.in (mostlyclean): Use ${LOGFILES}.
---
 test/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 9f70113..0034f10 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -164,7 +164,7 @@ check-doit: ${LOGFILES}
 .PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
 
 mostlyclean:
-       address@hidden f in *.log; do test ! -f $$f || mv $$f $$f~; done
+       address@hidden f in ${LOGFILES}; do test ! -f $$f || mv $$f $$f~; done
 
 clean:
        -rm -f ${LOGFILES} ${LOGSAVEFILES}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]