Bring back the removal of the build dir

This commit is contained in:
Sylvestre Ledru 2016-03-10 09:55:17 +00:00
parent 5eecc2f0b9
commit af944e45f1
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
llvm-toolchain-snapshot (1:3.9~svn260851-2) UNRELEASED; urgency=medium
* 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

2
debian/rules vendored
View File

@ -360,7 +360,7 @@ override_dh_auto_install:
# Delete the target build directory to save some space on the build systems
# All the files have been installed in $(CURDIR)/debian/tmp/ already
# rm -rf $(TARGET_BUILD)
rm -rf $(TARGET_BUILD)
override_dh_shlibdeps: