mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-24 17:36:50 +00:00
when the lld manpage have been moved, move it back
This commit is contained in:
parent
2d2433e53a
commit
4625379dd4
3
debian/rules
vendored
3
debian/rules
vendored
@ -808,5 +808,8 @@ override_dh_auto_clean:
|
||||
rm -f $(CURDIR)/clang/tools/clang-format/clang-format-diff-$(LLVM_VERSION)
|
||||
rm -f $(CURDIR)/clang/tools/clang-format/clang-format-$(LLVM_VERSION).py
|
||||
rm -rf libcxx/build libcxxabi/build
|
||||
if test -f lld/docs/ld.lld-$(LLVM_VERSION).1; then \
|
||||
mv lld/docs/ld.lld-$(LLVM_VERSION).1 lld/docs/ld.lld.1; \
|
||||
fi
|
||||
|
||||
.PHONY: override_dh_strip preconfigure debian-full-build debian-libfuzzer-build debian-libcxx-build debian-libcxxabi-build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user