Commit 2922aeff authored by Tim Gardner's avatar Tim Gardner

UBUNTU: [Debian] Silence the reconstruct script

The reconstruct script is long enough that it overwhelms
any other output from a clean operation (and is largely noise
anyway).
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 178c01ca
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment