diff options
author | axis <qt-info@nokia.com> | 2010-10-04 07:32:42 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-10-04 08:50:52 (GMT) |
commit | c2ed7b0cb9b9db105c650301af5bd3199cdd032e (patch) | |
tree | 3d6b4b0bc294af19c995c2659339c7daba4b57b6 /configure | |
parent | 51d007e0fa699339f072956bbd8bfe33db9b7f70 (diff) | |
download | Qt-c2ed7b0cb9b9db105c650301af5bd3199cdd032e.zip Qt-c2ed7b0cb9b9db105c650301af5bd3199cdd032e.tar.gz Qt-c2ed7b0cb9b9db105c650301af5bd3199cdd032e.tar.bz2 |
Got rid of "No such directory" warning when shadow building.
RevBy: Thomas Zander
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4902,9 +4902,8 @@ case "$XPLATFORM" in *symbian*) # Raptor does not support configure tests. # the main commands needed to compile; - (cd config.tests/symbian - mkdir -p rcomp - cd rcomp + (mkdir -p config.tests/symbian/rcomp + cd config.tests/symbian/rcomp rm -f rcomp_test.rsg touch rcomp_test.rpp rcomp_test.rsc rcomp_test.rss rcomp -u -m045,046,047 -s./rcomp_test.rpp -o./rcomp_test.rsc -h./rcomp_test.rsg -i./rcomp_test.rss 2>&1 > /dev/null |