Skip to content
Commit f1ab42c0 authored by Debarshi Ray's avatar Debarshi Ray
Browse files

Make parallel builds work

There is no need to execute glib-ginterface-gen.py twice because it
generates both the .c and .h files in one shot. Therefore, merely
having one of them (say the .c) depend on the other (say the .h) is
enough.

Moreover, running it twice breaks parallel builds because one
glib-ginterface-gen.py process steps on the other.

Based on a suggestion from Ryan Lortie.

Fixes: https://bugzilla.gnome.org/688132
parent 20119b25
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment