0190dc1 decouple dependency bundling from bootstrapping

Authored and Committed by jstanek 2 years ago
1 file changed. 24 lines added. 8 lines removed.
    decouple dependency bundling from bootstrapping
    
    We probably should stop (ab)using the bootstrap macro for module builds
    with bundled dependencies. This patch decouples one from the other;
    use --with=bundled for just bundling
    and --with=bootstrap for full bootstrapping.
    
        
file modified
+24 -8