author | kergoth <kergoth> | 2002-03-28 15:48:51 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-28 15:48:51 (UTC) |
commit | f2da8068e337e426766144ae22fc2c973ca30548 (patch) (side-by-side diff) | |
tree | 8a35d1b5492a1ac8c2cffe0d526d2199777ec31e /configure | |
parent | 24464bb5e5ffa11961bf1946529d7ebc225b990c (diff) | |
download | opie-f2da8068e337e426766144ae22fc2c973ca30548.zip opie-f2da8068e337e426766144ae22fc2c973ca30548.tar.gz opie-f2da8068e337e426766144ae22fc2c973ca30548.tar.bz2 |
added commented debug echo to configure.
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,8 +176,9 @@ for a in $TOMAKE ; do -t $H/qt/tmake/propagate.t $f.pro | sed -e "s|$QTDIR|\$(QTDIR)|g" -e "s|$OPIEDIR|\$(OPIEDIR)|g" >Makefile.in; ) echo -n "." +# echo Building $N.. appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | sed 's/ //g'` 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" ] then |