From 85646bd2cb46ee2afee4897af3e0f976456290cf Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:35:55 +0000 Subject: [PATCH] display what gets executed as it happens, instead of just the loop code Author: joy Date: 2003/01/18 23:17:09 display what gets executed as it happens, instead of just the loop code git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-169 --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 7a9aa99..08aa528 100755 --- a/debian/rules +++ b/debian/rules @@ -92,7 +92,7 @@ all build: stamp-build stamp-build: $(checkdir) -test -f stamp-configure || $(MAKE) -f debian/rules configure - set -e; \ + @set -ex; \ for file in $(SGML_FILES); do \ nsgmls -gues $$file.sgml; \ debiandoc2html $$file.sgml; \ @@ -174,11 +174,11 @@ stamp-policy: build GZIP=-9 cd debconf_spec && \ tar -zcf ../debconf_specification.xml.tar.gz * $(install_file) debconf_specification.xml.tar.gz $(DOCDIR)/ - set -e; \ + @set -ex; \ for file in $(DESC_FILES); do \ $(install_file) $$file.desc $(LIBDIR)/$$file; \ done - set -e; \ + @set -ex; \ for file in $(SGML_FILES); do \ tar -C $(DOCDIR) -zxf $$file.html.tar.gz; \ done -- 2.39.5