#!/bin/bash . ./functions.sh set -x touch config.omk-default make || : # It is OK to fail because of missing header file find _compiled | grep nonexising.h && error "Link to nonexisting header file creaed." || :