mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-05 17:19:37 +00:00
* debian/rules: Don't create a stamp for the override_dh_auto_install target.
This commit is contained in:
parent
1576800889
commit
d82f387e92
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -17,6 +17,7 @@ llvm-toolchain-19 (1:19.1.0~++rc3-1~exp2) UNRELEASED; urgency=medium
|
|||||||
* Drop some of the unnecessary libllvm symlinks.
|
* Drop some of the unnecessary libllvm symlinks.
|
||||||
* debian/orig-tar.sh: Don't include .git/.github metadata.
|
* debian/orig-tar.sh: Don't include .git/.github metadata.
|
||||||
* debian/rules. Call again dh_ocaml. Closes: #1078234.
|
* debian/rules. Call again dh_ocaml. Closes: #1078234.
|
||||||
|
* debian/rules: Don't create a stamp for the override_dh_auto_install target.
|
||||||
|
|
||||||
-- Matthias Klose <doko@debian.org> Fri, 30 Aug 2024 19:10:21 +0200
|
-- Matthias Klose <doko@debian.org> Fri, 30 Aug 2024 19:10:21 +0200
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1395,8 +1395,6 @@ endif
|
|||||||
# Delete the target build directory to save some space on the build systems
|
# Delete the target build directory to save some space on the build systems
|
||||||
# All the files have been installed in $(CURDIR)/debian/tmp/ already
|
# All the files have been installed in $(CURDIR)/debian/tmp/ already
|
||||||
rm -rf $(TARGET_BUILD)
|
rm -rf $(TARGET_BUILD)
|
||||||
# FIXME: why a stamp for dh_override_install ?
|
|
||||||
touch $@
|
|
||||||
|
|
||||||
|
|
||||||
override_dh_makeshlibs:
|
override_dh_makeshlibs:
|
||||||
|
Loading…
Reference in New Issue
Block a user