From 0f2f75369616e9d41d08a0e105a110d927773694 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 1 Nov 2017 12:11:04 -0400 Subject: [PATCH] Add Autotools artifacts to distclean recipe --- GNUmakefile | 3 ++- GNUmakefile-cross | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index a646bbce..d5ea1940 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -783,8 +783,9 @@ clean: distclean: clean -$(RM) adhoc.cpp adhoc.cpp.copied cryptopp.mapfile GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt @-$(RM) cryptopp.tgz *.o *.bc *.ii *~ - @-$(RM) -r $(SRCS:.cpp=.obj) *.suo *.sdf *.pdb Win32/ x64/ ipch/ + @-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ @-$(RM) -r $(DOCUMENT_DIRECTORY)/ + @-$(RM) -rf Makefile.am configure.ac configure Makefile auto*.cache/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* @-$(RM) CryptoPPRef.zip diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 9c181aaa..71a745be 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -335,7 +335,8 @@ clean: distclean: clean -$(RM) adhoc.cpp adhoc.cpp.copied cryptopp.mapfile GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt @-$(RM) cryptopp.tgz *.o *.bc *.ii *~ - @-$(RM) -r $(SRCS:.cpp=.obj) *.suo *.sdf *.pdb Win32/ x64/ ipch/ + @-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ + @-$(RM) -rf Makefile.am configure.ac configure Makefile auto*.cache/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* @-$(RM) CryptoPPRef.zip