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
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; \
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