user@host:~/junction-includes$ bst --option funky True build hello.bst

[--:--:--][        ][    main:core activity                 ] START   Build
[--:--:--][        ][    main:core activity                 ] START   Loading elements
[00:00:00][        ][    main:core activity                 ] SUCCESS Loading elements
[--:--:--][        ][    main:core activity                 ] START   Resolving elements
[00:00:00][        ][    main:core activity                 ] SUCCESS Resolving elements
[--:--:--][        ][    main:core activity                 ] START   Resolving cached state
[00:00:00][        ][    main:core activity                 ] SUCCESS Resolving cached state
[--:--:--][        ][    main:core activity                 ] START   Checking sources
[00:00:00][        ][    main:core activity                 ] SUCCESS Checking sources

BuildStream Version 1.93.1+172.g03ccfcd3b
  Session Start: Friday, 17-04-2020 at 20:53:45
  Project:       subproject (/home/user/junction-includes)
  Targets:       hello.bst

User Configuration
  Configuration File:      /home/user/.config/buildstream.conf
  Cache Directory:         /home/user/.cache/buildstream
  Log Files:               /home/user/.cache/buildstream/logs
  Source Mirrors:          /home/user/.cache/buildstream/sources
  Build Area:              /home/user/.cache/buildstream/build
  Strict Build Plan:       Yes
  Maximum Fetch Tasks:     10
  Maximum Build Tasks:     4
  Maximum Push Tasks:      4
  Maximum Network Retries: 2

Project Options
  funky: 1

Pipeline
      cached 179c6ae937e8e2ece3192ab8dc2a55053134a591c9ccd37507b56d11885fae23 subproject-junction.bst:base/alpine.bst 
      cached a41060b8e6ebd32de32417cd4576f3f21e168787c82302df104a8c463a7d1cf0 subproject-junction.bst:base.bst 
   buildable 7250d6eee607e51c1e63ee48a4c1dd28c2a775cc5c92678e85fadc9dca298147 hello.bst 
===============================================================================
[--:--:--][7250d6ee][   build:hello.bst                     ] START   subproject/hello/7250d6ee-build.3495.log
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Staging dependencies
[00:00:00][7250d6ee][   build:hello.bst                     ] SUCCESS Staging dependencies
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Integrating sandbox
[00:00:00][7250d6ee][   build:hello.bst                     ] SUCCESS Integrating sandbox
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Staging sources
[00:00:00][7250d6ee][   build:hello.bst                     ] SUCCESS Staging sources
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Running configure-commands
[--:--:--][7250d6ee][   build:hello.bst                     ] STATUS  Running command

    export NOCONFIGURE=1;
    
    if [ -x ./configure ]; then true;
    elif [ -x ./autogen ]; then ./autogen;
    elif [ -x ./autogen.sh ]; then ./autogen.sh;
    elif [ -x ./bootstrap ]; then ./bootstrap;
    elif [ -x ./bootstrap.sh ]; then ./bootstrap.sh;
    else autoreconf -ivf .;
    fi

[--:--:--][7250d6ee][   build:hello.bst                     ] STATUS  Running command

    ./configure --prefix=/opt \
    --exec-prefix=/opt \
    --bindir=/opt/bin \
    --sbindir=/opt/sbin \
    --sysconfdir=/etc \
    --datadir=/opt/share \
    --includedir=/opt/include \
    --libdir=/opt/lib \
    --libexecdir=/opt/libexec \
    --localstatedir=/var \
    --sharedstatedir=/opt/com \
    --mandir=/opt/share/man \
    --infodir=/opt/share/info   

[00:00:03][7250d6ee][   build:hello.bst                     ] SUCCESS Running configure-commands
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Running build-commands
[--:--:--][7250d6ee][   build:hello.bst                     ] STATUS  Running command

    make

[00:00:00][7250d6ee][   build:hello.bst                     ] SUCCESS Running build-commands
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Running install-commands
[--:--:--][7250d6ee][   build:hello.bst                     ] STATUS  Running command

    make -j1 DESTDIR="/buildstream-install" install

[--:--:--][7250d6ee][   build:hello.bst                     ] STATUS  Running command

    if false || false; then
      find "/buildstream-install" -name "*.la" -print0 | while read -d '' -r file; do
        if grep '^shouldnotlink=yes$' "${file}" &>/dev/null; then
          if false; then
            echo "Removing ${file}."
            rm "${file}"
          else
            echo "Not removing ${file}."
          fi
        else
          if false; then
            echo "Removing ${file}."
            rm "${file}"
          else
            echo "Not removing ${file}."
          fi
        fi
      done
    fi

[00:00:00][7250d6ee][   build:hello.bst                     ] SUCCESS Running install-commands
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Running strip-commands
[00:00:00][7250d6ee][   build:hello.bst                     ] SUCCESS Running strip-commands
[--:--:--][7250d6ee][   build:hello.bst                     ] START   Caching artifact
[00:00:00][7250d6ee][   build:hello.bst                     ] SUCCESS Caching artifact
[00:00:04][7250d6ee][   build:hello.bst                     ] SUCCESS subproject/hello/7250d6ee-build.3495.log
[00:00:04][        ][    main:core activity                 ] SUCCESS Build

Pipeline Summary
  Total:       3
  Session:     1
  Fetch Queue: processed 0, skipped 1, failed 0 
  Build Queue: processed 1, skipped 0, failed 0