mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 16:31:43 +00:00
Remove some warnings in the manpages generation (Closes: #795310)
This commit is contained in:
parent
07f9787406
commit
5f3970a86f
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,8 +2,9 @@ llvm-toolchain-3.7 (1:3.7-4) unstable; urgency=medium
|
||||
|
||||
* Add a Break/Replaces clang-3.7 (<< 1:3.7-3) from clang-tidy-3.7
|
||||
to simplify the transition
|
||||
* Remove some warnings in the manpages generation (Closes: #795310)
|
||||
|
||||
--
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Oct 2015 09:28:32 +0200
|
||||
|
||||
llvm-toolchain-3.7 (1:3.7-3) unstable; urgency=medium
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -265,7 +265,7 @@ build_doc:
|
||||
CMDS="llvm-dwarfdump llvm-mc llvm-mcmarkup llvm-objdump llvm-rtdyld llvm-size llvm-tblgen llvm-ranlib macho-dump lldb clang-format clang-modernize clang clang-tblgen clang-check clang-tidy clang-apply-replacements pp-trace"; \
|
||||
for f in $$CMDS; do \
|
||||
echo "Generating manpage of $$f"; \
|
||||
LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ help2man --no-discard-stderr --version-string=$(LLVM_VERSION) $(TARGET_BUILD)/$(BUILD_DIR)/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1; \
|
||||
LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/:/usr/lib/*/libfakeroot help2man --no-discard-stderr --version-string=$(LLVM_VERSION) $(TARGET_BUILD)/$(BUILD_DIR)/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1; \
|
||||
done
|
||||
|
||||
override_dh_auto_install:
|
||||
|
Loading…
Reference in New Issue
Block a user