• David Tardon's avatar
    do not build tail_build modules outside of tail_build · 2b3fc45d
    David Tardon yazdı
    There are several modules in tail_build now that are depended on by
    other modules from postprocess (e.g., pyuno depends on 18npool). That
    means that build.pl actually schedules i18npool (and its parents) for
    build. This is fine for build.pl -P1, but it could be a problem for
    build.pl -P2. It is also wasteful, because we are not actually using
    tail_build to the full extent.
    
    This gross hack schedules all modules that depend on any tail_build
    module _after_ tail_build, so all modules that are in tail_build are
    only build in tail_build.
    
    Change-Id: I39840c1cbbfc5024f0009296416c628be028657a
    2b3fc45d
tail_build_modules.mk 1.47 KB