X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/491387902adf40b1223a3dd2d93bd064e1addeff..8d00b092ec8d9b993776937f48a5a88de19cacda:/tools/make/mconfigure diff --git a/tools/make/mconfigure b/tools/make/mconfigure index e128871..95e0006 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -13,8 +13,17 @@ function echo_usage { function check_unversioned { # has to be called in the projects base directory # result: "M" in stdout or nothing - set -e + + # check if build is running in a sandbox + if ! [ -f .cm.ignore ] + then + # we create one + echo ".cm.ignore" > .cm.ignore + echo "debian.*" >> .cm.ignore + echo "up.*" >> .cm.ignore + fi + project=$(pwd) project=${project##*/} pushd .. >/dev/null