mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 01:03:08 +00:00
only delete file
This commit is contained in:
parent
4637bc72a3
commit
c114641afb
2
debian/rules
vendored
2
debian/rules
vendored
@ -504,7 +504,7 @@ override_dh_installman:
|
|||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
: # running out of diskspace on the buildds
|
: # running out of diskspace on the buildds
|
||||||
find $(TARGET_BUILD) -name '*.o' -o -name '*.a' | xargs -r rm -f
|
find $(TARGET_BUILD) -name '*.o' -o -name '*.a' -type f | xargs -r rm -f
|
||||||
ifeq (0, $(strip $(shell dpkg --compare-versions $(DH_VERSION) ge 9.20160114; echo $$?)))
|
ifeq (0, $(strip $(shell dpkg --compare-versions $(DH_VERSION) ge 9.20160114; echo $$?)))
|
||||||
: # If we don't have the right version of debhelper, don't run the option
|
: # If we don't have the right version of debhelper, don't run the option
|
||||||
dh_strip -p libclang$(SONAME_EXT)-$(LLVM_VERSION) --dbgsym-migration='libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg (<< 1:7~svn327768-1~)'
|
dh_strip -p libclang$(SONAME_EXT)-$(LLVM_VERSION) --dbgsym-migration='libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg (<< 1:7~svn327768-1~)'
|
||||||
|
Loading…
Reference in New Issue
Block a user