[Title] Fixed a bug that "make -jx all" is not working
authordonghee yang <donghee.yang@samsung.com>
Wed, 12 Dec 2012 19:04:24 +0000 (04:04 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Wed, 12 Dec 2012 19:04:24 +0000 (04:04 +0900)
14 files changed:
package/changelog
package/pkginfo.manifest
xml/windows/gcc45.armel.cpp.app.xml
xml/windows/gcc45.armel.cpp.sharedLib.xml
xml/windows/gcc45.armel.cpp.staticLib.xml
xml/windows/gcc45.i386.cpp.app.xml
xml/windows/gcc45.i386.cpp.sharedLib.xml
xml/windows/gcc45.i386.cpp.staticLib.xml
xml/windows/llvm31.armel.cpp.app.xml
xml/windows/llvm31.armel.cpp.sharedLib.xml
xml/windows/llvm31.armel.cpp.staticLib.xml
xml/windows/llvm31.i386.cpp.app.xml
xml/windows/llvm31.i386.cpp.sharedLib.xml
xml/windows/llvm31.i386.cpp.staticLib.xml

index ecdfd08..f603989 100644 (file)
@@ -1,3 +1,6 @@
+* 1.1.1
+- Fixed "make" to work even if "-j" option is used on windows
+== donghee yang <donghee.yang@samsung.com> 2012-12-13
 * 1.1.0
 - Changed to use BAT script instead of MSYS shell
 == donghee yang <donghee.yang@samsung.com> 2012-12-12
index cbcec77..3d696fc 100644 (file)
@@ -1,5 +1,5 @@
 Source : sbi-plugins
-Version : 1.1.0
+Version : 1.1.1
 Maintainer : Taejun Ha <taejun.ha@samsung.com>, Jiil Hyoun <jiil.hyoun@samsung.com>, Donghyuk Yang <donghyuk.yang@samsung.com>, Donghee Yang<donghee.yang@samsung.com>
 
 Package : sbi-toolchain-gcc-4.5.cpp.app
index 89623e9..ef73408 100644 (file)
@@ -26,7 +26,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set GCC_BIN_PATH=%3
 set ROOTSTRAP=%5
 set TC_COMPILER_MISC=%6
index 58902ad..7d8f26b 100644 (file)
@@ -15,7 +15,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set GCC_BIN_PATH=%3
 for %%F in (%GCC_BIN_PATH%) do set GCC_BIN_DIR=%%~dpF
 
index f3fe510..17fab3b 100644 (file)
@@ -15,7 +15,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set GCC_BIN_PATH=%3
 for %%F in (%GCC_BIN_PATH%) do set GCC_BIN_DIR=%%~dpF
 
index 0ed5b5a..e35f345 100644 (file)
@@ -25,7 +25,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set GCC_BIN_PATH=%3
 set ROOTSTRAP=%5
 set TC_COMPILER_MISC=%6
index 073b9a2..9d33441 100644 (file)
@@ -15,7 +15,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set GCC_BIN_PATH=%3
 for %%F in (%GCC_BIN_PATH%) do set GCC_BIN_DIR=%%~dpF
 
index 25af400..3e55b99 100644 (file)
@@ -15,7 +15,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set GCC_BIN_PATH=%3
 for %%F in (%GCC_BIN_PATH%) do set GCC_BIN_DIR=%%~dpF
 
index 2bd44f7..ef11c52 100644 (file)
@@ -31,7 +31,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set CLANG_BIN_PATH=%3
 set GCC_BIN_PATH=%5
 set ROOTSTRAP=%6
index c0f0e03..86b4a46 100644 (file)
@@ -20,7 +20,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set CLANG_BIN_PATH=%3
 set GCC_BIN_PATH=%4
 for %%F in (%CLANG_BIN_PATH%) do set CLANG_BIN_DIR=%%~dpF
index 1cb42a6..7ed070a 100644 (file)
@@ -20,7 +20,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set CLANG_BIN_PATH=%3
 set GCC_BIN_PATH=%4
 for %%F in (%CLANG_BIN_PATH%) do set CLANG_BIN_DIR=%%~dpF
index ea45f03..19f1558 100644 (file)
@@ -30,7 +30,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set CLANG_BIN_PATH=%3
 set GCC_BIN_PATH=%5
 set ROOTSTRAP=%6
index 56fa55f..9e2e59c 100644 (file)
@@ -20,7 +20,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set CLANG_BIN_PATH=%3
 set GCC_BIN_PATH=%4
 for %%F in (%CLANG_BIN_PATH%) do set CLANG_BIN_DIR=%%~dpF
index 544ad0d..4388271 100644 (file)
@@ -20,7 +20,7 @@
                 <script>
 @echo off
 set MAKE_BIN=%1
-set OPTIONS=%2
+set OPTIONS=%~2
 set CLANG_BIN_PATH=%3
 set GCC_BIN_PATH=%4
 for %%F in (%CLANG_BIN_PATH%) do set CLANG_BIN_DIR=%%~dpF