#!/bin/bash . ./functions.sh touch config.omk-default make -k 2>&1 | tee make.log || true grep -q "In OK directory" make.log||error "error in subdirectory \ blocks prevents other subdirectories from compilation with make -k"