From a72225afff556351b3baaac538784fdb01004006 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 1 Nov 2017 15:51:10 -0400 Subject: [PATCH] Add more Autotools artifacts to distclean recipe --- GNUmakefile | 3 ++- GNUmakefile-cross | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 1c2905d6..4b5c4dd6 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -785,7 +785,8 @@ distclean: clean @-$(RM) cryptopp.tgz *.o *.bc *.ii *~ @-$(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 aclocal.m4 depcomp missing install-sh configure Makefile auto*.cache/ + @-$(RM) -f configure.ac Makefile.* *.m4 local.* lt*.sh depcomp install-sh configure compile libtool stamp-h1 + @-$(RM) -rf m4/ auto*.cache/ .deps/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* @-$(RM) CryptoPPRef.zip diff --git a/GNUmakefile-cross b/GNUmakefile-cross index c3d0971f..f89f6d31 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -336,7 +336,8 @@ 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) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/ - @-$(RM) -rf Makefile.am configure.ac aclocal.m4 depcomp missing install-sh configure Makefile auto*.cache/ + @-$(RM) -f configure.ac Makefile.* *.m4 local.* lt*.sh depcomp install-sh configure compile libtool stamp-h1 + @-$(RM) -rf m4/ auto*.cache/ .deps/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* @-$(RM) CryptoPPRef.zip