]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: [Debian] Silence the reconstruct script
authorTim Gardner <tim.gardner@canonical.com>
Tue, 22 Mar 2016 12:58:35 +0000 (06:58 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:28:23 +0000 (10:28 +0100)
The reconstruct script is long enough that it overwhelms
any other output from a clean operation (and is largely noise
anyway).

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
debian/rules

index d3ee5dcdad8d81ee367ac5e29634f1f71eabbf4b..923e1527ace719891a981edd49ed16a6effc09e6 100755 (executable)
@@ -118,7 +118,7 @@ clean: debian/control
        cp $(DEBIAN)/copyright debian/copyright
 
        # If we have a reconstruct script use it.
-       [ -f $(DEBIAN)/reconstruct ] && bash -x $(DEBIAN)/reconstruct
+       [ -f $(DEBIAN)/reconstruct ] && bash $(DEBIAN)/reconstruct
 
 distclean: clean
        rm -rf $(DROOT)/control $(DROOT)/control.stub $(DEBIAN)/control.stub \