After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701679 - [PATCH] Fix indentation on pretty printed GI Makefile rules
[PATCH] Fix indentation on pretty printed GI Makefile rules
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: general
2.37.x
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-06-05 22:00 UTC by Robert Ancell
Modified: 2015-02-07 16:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix indentation on pretty printed Makefile rules (1.29 KB, patch)
2013-06-05 22:01 UTC, Robert Ancell
committed Details | Review

Description Robert Ancell 2013-06-05 22:00:15 UTC
Currently the GI Makefile rules make pretty printed output look like:

  ..
  CC       liblightdm_gobject_1_la-user.lo
  CCLD     liblightdm-gobject-1.la
  GISCAN LightDM-1.gir
  GICOMP LightDM-1.gir
  ..

This should be correctly indented to:

  ..
  CC       liblightdm_gobject_1_la-user.lo
  CCLD     liblightdm-gobject-1.la
  GISCAN   LightDM-1.gir
  GICOMP   LightDM-1.gir
  ..
Comment 1 Robert Ancell 2013-06-05 22:01:49 UTC
Created attachment 246120 [details] [review]
Fix indentation on pretty printed Makefile rules
Comment 2 Colin Walters 2013-06-05 22:09:39 UTC
Review of attachment 246120 [details] [review]:

Sure.
Comment 3 Robert Ancell 2013-06-05 22:11:24 UTC
Thanks Colin!
Comment 4 André Klapper 2015-02-07 16:48:49 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]