projects
/
lincan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2207152
)
Build invocation script updated to be compatible with DASH.
author
ppisa
<pisa@cmp.felk.cvut.cz>
Fri, 13 Mar 2009 00:39:27 +0000
(
01:39
+0100)
committer
ppisa
<pisa@cmp.felk.cvut.cz>
Fri, 13 Mar 2009 00:39:27 +0000
(
01:39
+0100)
Ubuntu users needs that.
build-lincan.sh
patch
|
blob
|
history
diff --git
a/build-lincan.sh
b/build-lincan.sh
index
406af34
..
27ade3d
100755
(executable)
--- 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' ).."