X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/c121d33a960cf7fb52dfb4d61afb9add018e0d64..8d00b092ec8d9b993776937f48a5a88de19cacda:/tools/make/mconfigure diff --git a/tools/make/mconfigure b/tools/make/mconfigure index ed40855..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 @@ -207,6 +216,7 @@ then # build prepare if [ -x debian/$paket.prepare ] then + . debian/setenv.sh debian/$paket.prepare fi if [ -e debian/$paket.build ]