[Title] Modify dibs scripts because dibs opens mingw shell session when run clean...
authorKitae Kim <kt920.kim@samsung.com>
Thu, 22 Mar 2012 10:25:55 +0000 (19:25 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Thu, 22 Mar 2012 10:25:55 +0000 (19:25 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
 When DIBS runs clean, build and install command on Windows, build environment variables have been reset.
 Therefore, the next commands, build and install has to call prepare function to set build environment variables.
[Cause]
[Solution]
 Set path
[TestCase]

package/build.windows

index 8f71b8430234c9a207d10b09b84b2d08aa51b7d5..691c0631c352a1b482d380cca6622cc6390ef1b7 100755 (executable)
@@ -53,6 +53,9 @@ build()
 # install
 install() 
 {
+
+       prepare
+
        BIN_DIR=$SRCDIR/package/emulator.package.windows/data
        EMUL_DIR=$BIN_DIR/Emulator/bin/emulator-x86.exe