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 613597 - [PATCH] introspection: Fix paralel builds
[PATCH] introspection: Fix paralel builds
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-22 14:56 UTC by Damien Lespiau
Modified: 2010-03-22 16:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make .gir files depend on their respective .la wrapper (1.55 KB, patch)
2010-03-22 14:56 UTC, Damien Lespiau
none Details | Review

Description Damien Lespiau 2010-03-22 14:56:17 UTC
Created attachment 156751 [details] [review]
Make .gir files depend on their respective .la wrapper

One needs to add an explicit dependency between the gir files and the
.la libtool wrapper as this dependency is not added automatically by
Makefile.introspection. Not adding these breaks parralel builds as make
does not wait for the .la to be generated before launching g-ir-scanner.
Comment 1 Matthias Clasen 2010-03-22 16:55:43 UTC
thanks, committed