Comment 0 for bug 1289948

Revision history for this message
Josh Triplett (joshtriplett) wrote :

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:

  GPERF src/login/logind-gperf.c
  CC src/login/user-sessions.o
  CC src/login/multi-seat-x.o
  GEN units/emergency.service
  ITMRG src/hostname/org.freedesktop.hostname1.policy
  ITMRG src/locale/org.freedesktop.locale1.policy
  ITMRG src/timedate/org.freedesktop.timedate1.policy
  ITMRG src/login/org.freedesktop.login1.policy
  GEN src/core/org.freedesktop.systemd1.policy.in
  GEN src/core/macros.systemd
  M4 units/getty@.service
  M4 units/serial-getty@.service

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-quiet-build-formatting.bzr.bundle