mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 22:10:27 +00:00
Bring back the removal of the build dir
This commit is contained in:
parent
5eecc2f0b9
commit
af944e45f1
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
llvm-toolchain-snapshot (1:3.9~svn260851-2) UNRELEASED; urgency=medium
|
llvm-toolchain-snapshot (1:3.9~svn260851-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Remove the autoconf section
|
* Remove the autoconf section
|
||||||
|
* Bring back the removal of the build dir
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 Mar 2016 19:30:30 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 Mar 2016 19:30:30 +0100
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -360,7 +360,7 @@ override_dh_auto_install:
|
|||||||
|
|
||||||
# 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)
|
||||||
|
|
||||||
|
|
||||||
override_dh_shlibdeps:
|
override_dh_shlibdeps:
|
||||||
|
Loading…
Reference in New Issue
Block a user