build: reduce the configuring count on dibs build
authorSooyoung Ha <yoosah.ha@samsung.com>
Thu, 20 Aug 2015 06:00:16 +0000 (15:00 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Thu, 20 Aug 2015 06:00:16 +0000 (15:00 +0900)
commitff9caec2210acffe97c95f937e2ae4f077c02bfc
tree07684e0ec9be0a979596c3c1fbb0774d351683c0
parentcf2ac0fca354420892cd035579fb50cea622e0a5
build: reduce the configuring count on dibs build

When we build qemu on dibs, we used to run emulator_configure.sh script
twice on clean phase and on build phase. But the configure spends too
much time, especially on windows, so I remove the configuring on build
phase and do 'make clean' instead of 'make distclean' on clean phase.

Change-Id: I9cc9ea9d3f0dd06ec0084debd06af39f109c1d82
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
package/build.macos-64
package/build.ubuntu-32
package/build.ubuntu-64
package/build.windows-32