GNOME Bugzilla – Bug 629775
Use only one Makefile for all JS modules
Last modified: 2010-09-15 16:40:14 UTC
Currently, JS modules have various submodules, and each one requires its own Makefile, that is configured and made separately. Automake has a feature that allows for mirroring the source tree in the installation tree, which means that separate installation dirs don't need to be declared (and an extra basename step is avoided).
Created attachment 170351 [details] [review] Use non recursive automake for JS Use only one Makefile for all JS module, to make faster builds and to increase maintenability.
Review of attachment 170351 [details] [review]: It looks like the attached js/Makefile.am is empty?
Review of attachment 170351 [details] [review]: Nevermind; splinter bug apparently. Looks good to me; I'm a huge fan of non-recursive automake.
I don't think Giovanni has push access ... Attachment 170351 [details] pushed as 2adfca0 - Use non recursive automake for JS