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 567549 - Patch to fix parallel install of mono bindings
Patch to fix parallel install of mono bindings
Status: RESOLVED FIXED
Product: gmime
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jeffrey Stedfast
Jeffrey Stedfast
Depends on:
Blocks:
 
 
Reported: 2009-01-12 23:46 UTC by Diego Elio Pettenò
Modified: 2009-01-12 23:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix parallel install (1.13 KB, patch)
2009-01-12 23:47 UTC, Diego Elio Pettenò
committed Details | Review

Description Diego Elio Pettenò 2009-01-12 23:46:29 UTC
Please describe the problem:
I'm going to attach a patch that fixes parallel make install of the mono bindings. As the patch file quotes, the automake manual makes it clear that -install targets are not guaranteed to follow any particular install order, while -hook is always ran _after_ the hooked target completed.

HTH,
Diego

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Diego Elio Pettenò 2009-01-12 23:47:06 UTC
Created attachment 126323 [details] [review]
Fix parallel install
Comment 2 Jeffrey Stedfast 2009-01-12 23:59:07 UTC
thanks, I've just committed this to svn