mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-26 22:13:10 +00:00
Update the creation of the README to unbreak the mips* FTBFS
This commit is contained in:
parent
2289f79fe8
commit
6866255103
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
llvm-toolchain-snapshot (1:7~svn322880-2) unstable; urgency=medium
|
||||
|
||||
* Update the creation of the README to unbreak the mips* FTBFS
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 23 Jan 2018 08:58:40 +0100
|
||||
|
||||
llvm-toolchain-snapshot (1:7~svn322880-1) unstable; urgency=medium
|
||||
|
||||
* Change the versioning from X.Y to X as upstream is using
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -388,6 +388,8 @@ endif
|
||||
# a fake txt to make sure it doesn't fail
|
||||
echo "The *.txt files, if available, contain helper to override some of the errors messages." > $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
|
||||
echo "Please visit https://github.com/google/sanitizers/wiki/AddressSanitizer for help" >> $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt
|
||||
# Path changed. Make a copy of it
|
||||
cp $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/README.txt $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/share/README.txt
|
||||
|
||||
# idem for the lldb python binding
|
||||
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/python2.7/site-packages/lldb/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user