[Build-common-hackers] Bug#311464: makefile comments appear in output

Peter Eisentraut Peter Eisentraut <peter_e@gmx.net>, 311464@bugs.debian.org
Wed, 01 Jun 2005 09:04:32 +0200


Package: cdbs
Version: 0.4.30
Severity: minor
Tags: sid

dpatch.mk currently contains this:

deapply-dpatches:
        $(MAKE) -f debian/rules reverse-config
        dpatch deapply-all
        # after reverting patches, we don't need update-config because:
        #  - the tree is already in a consistent state.
        #  - the initialisation of this routine is already in charge of making
        #    the tree not only consistent, but also prepared to accept patching.

That means that the comments appear in the build output.  I don't think
that is intended.  They should be in column zero instead.

simple-patchsys.mk contains the same issue.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7-nforce2
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

-- no debconf information