From: ppisa Date: Fri, 13 Mar 2009 00:39:27 +0000 (+0100) Subject: Build invocation script updated to be compatible with DASH. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/294ae241208d48a62159741f036f4ca7aac9d9ad Build invocation script updated to be compatible with DASH. Ubuntu users needs that. --- diff --git a/build-lincan.sh b/build-lincan.sh index 406af34..27ade3d 100755 --- a/build-lincan.sh +++ b/build-lincan.sh @@ -2,8 +2,7 @@ SOURCE_DIRS="lincan" OMK_RULES_DIR=omk/rules/linux BUILD_DIR=lincan-build/native -SOURCE_PATHS+=" $SOURCE_DIRS" -SOURCE_PATHS+=" $(echo $OMK_RULES_DIR/*)" +SOURCE_PATHS="$SOURCE_PATHS $SOURCE_DIRS $(echo $OMK_RULES_DIR/*)" TOP_RELATIVE="$( echo "$BUILD_DIR" | sed -n -e 's#[^/]*/[^/]*#../#pg' ).."