Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Bård Skaflestad's avatar
    620fcc7d
    [dunecontrol] Allow nested build directories · 620fcc7d
    Bård Skaflestad authored and Christoph Grüninger's avatar Christoph Grüninger committed
    This commit implements support for using nested build directories of
    the form
    
        (o) build/sequential/debug/cmake/clang
        (o) build/parallel/release/autotools/gcc
    
    in addition to the separate build directory feature that already
    existed.  This enables confining multiple build configurations to a
    single subdirectory of each module's directory to avoid otherwise
    littering the module directory.
    
    Note: Using "mkdir -p" presumes a SUS v3 mkdir(1) utility.
    620fcc7d
    History
    [dunecontrol] Allow nested build directories
    Bård Skaflestad authored and Christoph Grüninger's avatar Christoph Grüninger committed
    This commit implements support for using nested build directories of
    the form
    
        (o) build/sequential/debug/cmake/clang
        (o) build/parallel/release/autotools/gcc
    
    in addition to the separate build directory feature that already
    existed.  This enables confining multiple build configurations to a
    single subdirectory of each module's directory to avoid otherwise
    littering the module directory.
    
    Note: Using "mkdir -p" presumes a SUS v3 mkdir(1) utility.