mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 17:25:49 +00:00
Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755
This commit is contained in:
parent
03191bf7d4
commit
eb2110afd7
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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 <sylvestre@debian.org> Wed, 26 Sep 2018 14:32:41 +0100
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user