author | kergoth <kergoth> | 2002-03-28 15:48:51 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-03-28 15:48:51 (UTC) |
commit | f2da8068e337e426766144ae22fc2c973ca30548 (patch) (unidiff) | |
tree | 8a35d1b5492a1ac8c2cffe0d526d2199777ec31e | |
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
@@ -174,12 +174,13 @@ for a in $TOMAKE ; do | |||
174 | TMAKEPATH=$QTDIR/tmake:$TMAKEPATH \ | 174 | TMAKEPATH=$QTDIR/tmake:$TMAKEPATH \ |
175 | tmake $QCONFIGARG CONFIG+=embedded $VCONFIG \ | 175 | tmake $QCONFIGARG CONFIG+=embedded $VCONFIG \ |
176 | -t $H/qt/tmake/propagate.t $f.pro | | 176 | -t $H/qt/tmake/propagate.t $f.pro | |
177 | sed -e "s|$QTDIR|\$(QTDIR)|g" -e "s|$OPIEDIR|\$(OPIEDIR)|g" >Makefile.in; | 177 | sed -e "s|$QTDIR|\$(QTDIR)|g" -e "s|$OPIEDIR|\$(OPIEDIR)|g" >Makefile.in; |
178 | ) | 178 | ) |
179 | echo -n "." | 179 | echo -n "." |
180 | #echo Building $N.. | ||
180 | appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | sed 's/ //g'` | 181 | appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | sed 's/ //g'` |
181 | translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` | 182 | translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` |
182 | if [ -n "$translation" -a -n "$appname" ] | 183 | if [ -n "$translation" -a -n "$appname" ] |
183 | then | 184 | then |
184 | if [ $appname != $translation ] | 185 | if [ $appname != $translation ] |
185 | then | 186 | then |