From eb2110afd764da2f40c4dad4806356e0b9700580 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 26 Sep 2018 14:58:17 +0100 Subject: [PATCH] Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755 --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4f1d4612..db50c9e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ llvm-toolchain-7 (1:7-4) unstable; urgency=medium * Backport a fix to improve scan-build code error. Thanks to Roman Lebedev for the fix(Closes: #909662) + * Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755 -- Sylvestre Ledru Wed, 26 Sep 2018 14:32:41 +0100 diff --git a/debian/rules b/debian/rules index 05a32d68..832aaab7 100755 --- a/debian/rules +++ b/debian/rules @@ -456,6 +456,8 @@ override_dh_auto_install: # Not used on Linux. rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/bin/argdumper rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/clang/clang-format-bbedit.applescript + # Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755 + rm -f $(DEB_INST)/usr/share/clang/scan-build-$(LLVM_VERSION)/libexec/*.bat $(DEB_INST)/usr/share/clang/scan-build-$(LLVM_VERSION)/bin/*.bat cp $(TARGET_BUILD)/bin/clang-query $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/bin