From 9f48f42a78bc747971bfab3d5cad6aec9605dabb Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Fri, 15 Oct 2021 17:24:16 -0400 Subject: [PATCH] move llvm.*unwind file to llvmunwind (#42663) Removes unhappy file characters for Win32 as post-processing step --- contrib/refresh_checksums.mk | 2 +- deps/checksums/{llvm.*unwind => llvmunwind} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename deps/checksums/{llvm.*unwind => llvmunwind} (100%) diff --git a/contrib/refresh_checksums.mk b/contrib/refresh_checksums.mk index 1f0e4983d67c3..272f39964a5be 100644 --- a/contrib/refresh_checksums.mk +++ b/contrib/refresh_checksums.mk @@ -111,7 +111,7 @@ pack-checksum-suitesparse: | checksum-libsuitesparse pack-checksum-llvm pack-checksum-unwind: | pack-checksum-llvmunwind # and the name for LLVMLibUnwind is awkward, so handle that with a regex pack-checksum-llvmunwind: | pack-checksum-llvm.*unwind - @# nothing to do but disable the prefix rule + cd "$(JULIAHOME)/deps/checksums" && mv 'llvm.*unwind' llvmunwind # define how to pack parallel checksums into a single file format pack-checksum-%: FORCE diff --git a/deps/checksums/llvm.*unwind b/deps/checksums/llvmunwind similarity index 100% rename from deps/checksums/llvm.*unwind rename to deps/checksums/llvmunwind