mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-09 14:35:45 +00:00
minor fixes
This commit is contained in:
parent
aa16a75a06
commit
379114da54
5
debian/rules
vendored
5
debian/rules
vendored
@ -363,9 +363,6 @@ override_dh_strip:
|
|||||||
dh_strip -a
|
dh_strip -a
|
||||||
|
|
||||||
|
|
||||||
override_dh_install:
|
|
||||||
dh_install --fail-missing
|
|
||||||
|
|
||||||
override_dh_installdeb:
|
override_dh_installdeb:
|
||||||
# Managed by the package
|
# Managed by the package
|
||||||
dh_installdeb -a
|
dh_installdeb -a
|
||||||
@ -378,8 +375,6 @@ override_dh_installdeb:
|
|||||||
find $(CURDIR)/debian/llvm-$(LLVM_VERSION)-tools/usr/lib/llvm-$(LLVM_VERSION)/ -name '*.pyc' | xargs -r rm -f
|
find $(CURDIR)/debian/llvm-$(LLVM_VERSION)-tools/usr/lib/llvm-$(LLVM_VERSION)/ -name '*.pyc' | xargs -r rm -f
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
|
||||||
# List of the archs we know we have 100 % tests working
|
# List of the archs we know we have 100 % tests working
|
||||||
ARCH_LLVM_TEST_OK := amd64 i386
|
ARCH_LLVM_TEST_OK := amd64 i386
|
||||||
|
Loading…
Reference in New Issue
Block a user