From 3657f8c235b2fe6c9dbae82a8c5c1315738ac24b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 28 Jul 2018 09:31:41 -0400 Subject: [PATCH] Add cryptest-results.txt to clean rule --- GNUmakefile | 4 ++-- GNUmakefile-cross | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index d0ae1bad..416eacbf 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -889,8 +889,8 @@ cmake-clean: .PHONY: distclean distclean: clean autotools-clean cmake-clean - -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt - @-$(RM) libcryptopp.pc cryptopp.tgz *.o *.bc *.ii *~ + -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt + @-$(RM) cryptest-*.txt cryptopp.tgz libcryptopp.pc *.o *.bc *.ii *~ @-$(RM) -r cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ @-$(RM) -r $(LIBOBJS:.o=.obj) $(TESTOBJS:.o=.obj) $(DOCUMENT_DIRECTORY)/ @-$(RM) -r TestCoverage/ diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 1bd559d6..445c0100 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -387,7 +387,7 @@ lean: static dynamic cryptest.exe .PHONY: clean clean: - -$(RM) adhoc.cpp.o adhoc.cpp.proto.o $(LIBOBJS) rdrand-*.o $(TESTOBJS) $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTIMPORTOBJS) $(DLLTESTOBJS) + -$(RM) adhoc.cpp.o adhoc.cpp.proto.o $(LIBOBJS) $(AOSP_CPU_OBJ) rdrand-*.o $(TESTOBJS) $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTIMPORTOBJS) $(DLLTESTOBJS) @-$(RM) libcryptopp.a libcryptopp.dylib cryptopp.dll libcryptopp.dll.a libcryptopp.import.a @-$(RM) libcryptopp.so libcryptopp.so$(SOLIB_COMPAT_SUFFIX) libcryptopp.so$(SOLIB_VERSION_SUFFIX) @-$(RM) cryptest.exe dlltest.exe cryptest.import.exe cryptest.info ct et @@ -412,8 +412,8 @@ cmake-clean: .PHONY: distclean distclean: clean autotools-clean cmake-clean - -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt - @-$(RM) libcryptopp.pc cryptopp.tgz *.o *.bc *.ii *~ + -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt + @-$(RM) cryptest-*.txt cryptopp.tgz libcryptopp.pc *.o *.bc *.ii *~ @-$(RM) -r cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ @-$(RM) -r $(LIBOBJS:.o=.obj) $(TESTOBJS:.o=.obj) $(DOCUMENT_DIRECTORY)/ @-$(RM) -r TestCoverage/