author | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
commit | b13d95b210c7d16229514afc66e32a1de09a075c (patch) (side-by-side diff) | |
tree | 341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /configure | |
parent | de4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff) | |
download | opie-b13d95b210c7d16229514afc66e32a1de09a075c.zip opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2 |
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,4 +96,5 @@ then then TARGET=configs/linux-$PLATFORM-g++-$SHARING$DEBUG + PLATFORM=linux-$PLATFORM-g++ else echo @@ -140,5 +141,4 @@ mkdir -p include/opie ( cd include/opie && rm -f *.h; ln -s ../../libopie/*.h .; rm -f *_p.h; ) - echo Creating makefiles... @@ -183,5 +183,5 @@ for a in $TOMAKE ; do echo -n "." # echo Building $N.. - appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | sed 's/ //g'` + appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | tr -d " \t"` translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` if [ -n "$translation" -a -n "$appname" ] |