mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:49:52 +00:00
remove old stuff from the helper
This commit is contained in:
parent
77ddba3a0c
commit
4ab69d5d72
4
debian/rules
vendored
4
debian/rules
vendored
@ -661,10 +661,6 @@ override_dh_installdeb:
|
||||
rm -f $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/python*/site-packages/lldb/__init__.pyc $(CURDIR)/debian/python-lldb-$(LLVM_VERSION)/usr/lib/llvm-$(LLVM_VERSION)/lib/python*/site-packages/lldb/__init__.pyc
|
||||
rm -f $(CURDIR)/debian/clang-$(LLVM_VERSION)-examples/usr/share/doc/clang-$(LLVM_VERSION)-examples/examples/*Make*
|
||||
|
||||
if test -f $(CURDIR)/debian/libc++-$(LLVM_VERSION)-helpers/usr/lib/llvm-$(LLVM_VERSION)/bin/clang++-libc++; then \
|
||||
chmod +x $(CURDIR)/debian/libc++-$(LLVM_VERSION)-helpers/usr/lib/llvm-$(LLVM_VERSION)/bin/clang++-libc++ $(CURDIR)/debian/libc++-$(LLVM_VERSION)-helpers/usr/lib/llvm-$(LLVM_VERSION)/bin/g++-libc++; \
|
||||
fi
|
||||
|
||||
# Remove auto generated python pyc
|
||||
find $(CURDIR)/debian/llvm-$(LLVM_VERSION)-tools/usr/lib/llvm-$(LLVM_VERSION)/ -name '*.pyc' | xargs -r rm -f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user