When qemu is built, the build script execute distclean before compiling.
There is an issue about yagl device failure on x86 emulator.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
if test -e "Makefile"
then
./emulator_configure.sh
- make clean
+ make distclean
fi
rm -rf $SRCDIR/*.zip
rm -rf $SRCDIR/*.tar.gz
build()
{
cd $SRCDIR/tizen/
-# ./emulator_configure.sh
+ ./emulator_configure.sh
make all_dibs
if [ $? -eq 0 ]
then
if test -e "Makefile"
then
./emulator_configure.sh
- make clean
+ make distclean
fi
rm -rf $SRCDIR/*.zip
rm -rf $SRCDIR/*.tar.gz
build()
{
cd $SRCDIR/tizen/
-# ./emulator_configure.sh arm
+ ./emulator_configure.sh arm
make all_dibs
if [ $? -eq 0 ]
then
if test -e "Makefile"
then
./emulator_configure.sh
- make clean
+ make distclean
fi
rm -rf $SRCDIR/*.zip
rm -rf $SRCDIR/*.tar.gz
build()
{
cd $SRCDIR/tizen/
-# ./emulator_configure.sh
+ ./emulator_configure.sh
make all_dibs
if [ $? -eq 0 ]
then
if test -e "Makefile"
then
./emulator_configure.sh -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
- make clean
+ make distclean
fi
rm -rf $SRCDIR/*.zip
rm -rf $SRCDIR/*.tar.gz
prepare
cd $SRCDIR/tizen
-# ./emulator_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
+ ./emulator_configure.sh -e "$BUILD_CFLAGS $BUILD_LDFLAGS"
make all_dibs
if [ $? -eq 0 ]
then
+* 1.4.18
+- Modified build script files.
+== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
* 1.4.17
- apply nine-patch
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-06
-Version: 1.4.17
+Version: 1.4.18
Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
Source: emulator