[PATCH] intltool.m4: Properly align the ITMRG line emitted in a quiet build
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
intltool |
New
|
Undecided
|
Unassigned |
Bug Description
The convention followed by other quiet build steps includes 2 spaces, a step identifier ("CC", "CCLD", "GEN", etc) left-aligned in a column of width 8, and a space. Match that convention so ITMRG lines line up with the rest of the quiet build output.
Here's an example of build output without this patch (with spaces replaced with underscores to make the lack of alignment visible, since Launchpad does not preserve whitespace):
__GPERF_
__CC___
__CC___
__GEN__
__ITMRG_
__ITMRG_
__ITMRG_
__ITMRG_
__GEN__
__GEN__
__M4___
__M4___
Notice that the ITMRG lines don't line up with the rest.
I've attached a patch in bzr bundle format, applicable using:
bzr merge intltool-
description: | updated |