329af59 Let's build all of the components in one batch

Authored and Committed by Petr Šabata 7 years ago
    Let's build all of the components in one batch
    
    The order didn't really make any sense.  The base-runtime set is also a
    build dependency for the rest of the bootstrap module a the build order
    only forces rebuilds of the base-runtime part, which has no real value.
    
    Also, if anything in the first group fails, the second group doesn't get
    build at all.
    
    Plus build time optimization -- no nead to wait for the first batch to
    finish.
    
    Signed-off-by: Petr Šabata <contyk@redhat.com>
    
        
file modified
+0 -2