#!/bin/sh add_to_report() { cat >> '@TOP_BUILD_DIR@/config.report' } printf '' > '@TOP_BUILD_DIR@/config.report' add_to_report <